summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2002-10-21 17:20:57 +0000
committerwlestes <wlestes>2002-10-21 17:20:57 +0000
commit040595c953896949ec81367b0e5c200de2f0a08e (patch)
tree578d320369d40db344d82064b2951a4622abdc68
parent2bca6d0412792c70e761e2d12ea871467c5160d8 (diff)
downloadflex-040595c953896949ec81367b0e5c200de2f0a08e.tar.gz
check for limits.h
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d226761..ddc8330 100644
--- a/configure.in
+++ b/configure.in
@@ -63,7 +63,7 @@ dnl checks for libraries
dnl checks for header files
AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h stdbool.h netinet/in.h)
+AC_CHECK_HEADERS(unistd.h stdbool.h netinet/in.h limits.h)
AC_CHECK_HEADERS(cunistd)
dnl checks for types