summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-13 14:34:24 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-13 14:34:24 +0000
commit6a7c07ebe459e1aaa2a3e1f0438a170369a2535b (patch)
treec0df4cecd6d1fdb823d8537ce6166447e3013a22 /configure.in
parent526217d77d50dc27b0815e3d5895df7bfa38ff76 (diff)
downloadhercules-6a7c07ebe459e1aaa2a3e1f0438a170369a2535b.tar.gz
hercules-6a7c07ebe459e1aaa2a3e1f0438a170369a2535b.tar.bz2
hercules-6a7c07ebe459e1aaa2a3e1f0438a170369a2535b.tar.xz
hercules-6a7c07ebe459e1aaa2a3e1f0438a170369a2535b.zip
Fixed libconfig compiling issues in OS X (pid:78414).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15573 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 940e752a6..5c29d7000 100644
--- a/configure.in
+++ b/configure.in
@@ -472,6 +472,7 @@ AC_CHECK_FUNC([strnlen],[CFLAGS="$CFLAGS -DHAVE_STRNLEN"])
AC_CHECK_FUNC([uselocale],[CFLAGS="$CFLAGS -DHAVE_USELOCALE"])
AC_CHECK_FUNC([newlocale],[CFLAGS="$CFLAGS -DHAVE_NEWLOCALE"])
AC_CHECK_FUNC([freelocale],[CFLAGS="$CFLAGS -DHAVE_FREELOCALE"])
+AC_CHECK_HEADERS([xlocale.h],[CFLAGS="$CFLAGS -DHAVE_XLOCALE_H"])
#
# Memory manager