aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2005-03-21 20:49:24 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2005-03-21 20:49:24 (GMT)
commit22e6d965aa95a519d2b5672ee2c888785fc524ee (patch)
tree13db9f59127a2b9169acfe7d10e707b2264e7133 /configure.in
parentabe994ae16b892106e0b36d7be5bfd7e1100075c (diff)
downloadpowwow-22e6d965aa95a519d2b5672ee2c888785fc524ee.zip
powwow-22e6d965aa95a519d2b5672ee2c888785fc524ee.tar.gz
powwow-22e6d965aa95a519d2b5672ee2c888785fc524ee.tar.bz2
Wide character (locale) support from Dain, changed output of the compiled
options line since there are more compile time options now
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 89f0a27..15da9b6 100644
--- a/configure.in
+++ b/configure.in
@@ -39,6 +39,7 @@ AC_CHECK_LIB(dl,dlopen)
# Checks for header files.
AC_CHECK_HEADERS([stdlib.h unistd.h])
+AC_CHECK_HEADER(locale.h,AC_DEFINE(USE_LOCALE))
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST