INN commit: trunk (configure.ac)
INN Commit
Russ_Allbery at isc.org
Tue May 6 13:15:47 UTC 2008
Date: Tuesday, May 6, 2008 @ 06:15:47
Author: iulius
Revision: 7824
Check for sys/select.h at configure time.
Modified:
trunk/configure.ac
--------------+
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: configure.ac
===================================================================
--- configure.ac 2008-05-06 13:04:27 UTC (rev 7823)
+++ configure.ac 2008-05-06 13:15:47 UTC (rev 7824)
@@ -393,7 +393,7 @@
dnl Generic checks for header files.
AC_CHECK_HEADERS([crypt.h inttypes.h limits.h pam/pam_appl.h stddef.h \
stdint.h string.h sys/bitypes.h sys/filio.h sys/loadavg.h \
- sys/time.h unistd.h])
+ sys/select.h sys/time.h unistd.h])
dnl Some Linux systems have db1/ndbm.h instead of ndbm.h. Others have
dnl gdbm-ndbm.h.
More information about the inn-committers
mailing list