summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-21 16:35:21 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-09-21 16:35:21 +0000
commit80a0e534c02c0ad89a4a468cbffad49a3a03a114 (patch)
tree8aa01157181c0c144f167cc9332f2c41d86111cd /configure.ac
parentd487da7eb645a8813f1b8eba10e65b1c2cfd0386 (diff)
downloadlocaledef-master.tar.gz
localedef-master.tar.xz
* configure.ac: Test for locale_t.HEADmaster
* Makefile.in (DEFINES): Add -DNOT_IN_libc. (INCLUDES): Move -I$(srcdir)/include before -Iglibc/locale. * include/locale.h: New. * include/ctype.h (__isalnum_l, __isalpha_l, __isdigit_l) (__tolower_l): Define. * configure, config.h.in: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk/localedef@15409 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 85d3ca2..d3c55aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ AC_CHECK_HEADERS([byteswap.h ctype.h dirent.h endian.h features.h \
LOCAL_CHECK_TYPE([off64_t])
LOCAL_CHECK_TYPE([blksize_t])
LOCAL_CHECK_TYPE([int_fast32_t])
+LOCAL_CHECK_TYPE([locale_t], [#include <locale.h>])
LOCAL_CHECK_TYPE([__compar_fn_t], [#include <stdlib.h>])
LOCAL_CHECK_TYPE([comparison_fn_t], [#include <stdlib.h>])
LOCAL_CHECK_FUNC([readdir64], [#include <dirent.h>])