summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-02-14 18:55:42 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-02-14 18:55:42 +0000
commitb0bb940a14ae8eea34244a50523bdfbdf8637f2b (patch)
tree5995b9a04ad407e29b3219ce4752b0dcc70b48a1 /configure.in
parentd24dd73f78e57d4e0a245d3108974efa197025d7 (diff)
Added check for locale.h and libintl.h in configure script.
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 a6bbd93..0b021f0 100644
--- a/configure.in
+++ b/configure.in
@@ -82,6 +82,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(unistd.h stdbool.h netinet/in.h limits.h)
AC_CHECK_HEADERS( sys/wait.h sys/params.h)
AC_CHECK_HEADERS(cunistd)
+AC_CHECK_HEADERS(locale.h libintl.h)
dnl checks for types