summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-04-08 09:58:12 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-04-08 09:58:12 +0000
commitc508cf3e8d0cd402266da65fef65ba4d37a1923c (patch)
tree85445094441d0420074d313d85999e2f40a9f719 /configure.ac
parent5568e312f78c65a5d36c72743a7a4dc69e09ba59 (diff)
downloadlibtiff-git-c508cf3e8d0cd402266da65fef65ba4d37a1923c.tar.gz
Added check for search.h header.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9ef56129..e3170e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ dnl Checks for programs.
AC_PROG_CC
dnl We want warnings. As many warnings as possible.
-#VL_PROG_CC_WARNINGS()
+VL_PROG_CC_WARNINGS()
AC_PROG_INSTALL
AC_PROG_LN_S
@@ -76,7 +76,7 @@ case "$target_os" in
esac
dnl Checks for header files.
-AC_CHECK_HEADERS([assert.h fcntl.h limits.h malloc.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([assert.h fcntl.h limits.h malloc.h search.h sys/time.h unistd.h])
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST