aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 14:27:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-06 14:27:34 +0000
commit52dba7388b7cabf2eaa0cd8fcc9a7d0fd40ffd97 (patch)
treeeefe02553b273063db4a3c2dd1d0b8b8840b5c96 /configure.ac
parente4357b12beadea70a92cdcdc9b142eec6eed6159 (diff)
downloadanubis-52dba7388b7cabf2eaa0cd8fcc9a7d0fd40ffd97.tar.gz
anubis-52dba7388b7cabf2eaa0cd8fcc9a7d0fd40ffd97.tar.bz2
Check for locale.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6f662e3..74fd6ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AC_TYPE_PID_T
AC_TYPE_SIGNAL
AC_CHECK_TYPE(u_char, unsigned char)
AC_CHECK_HEADERS(arpa/inet.h syslog.h regex.h \
- sys/types.h sys/socket.h socket.h sysexits.h)
+ sys/types.h sys/socket.h socket.h sysexits.h locale.h)
AC_CHECK_TYPE(socklen_t, , AC_DEFINE(socklen_t, int,
[Define to int if <sys/types.h> does not define]),

Return to:

Send suggestions and report system problems to the System administrator.