]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
- Dokumentation aktualisiert.
[ngircd-alex.git] / configure.in
index 0438872ac3bfd33acb3e4a2fde5d205c3c403270..b707b60be46512d8aef2a95b65de996831ea27f4 100644 (file)
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.57 2002/09/09 10:00:15 alex Exp $
+# $Id: configure.in,v 1.61 2002/10/01 09:57:08 alex Exp $
 #
 
 # -- Initialisierung --
@@ -66,7 +66,7 @@ AC_CHECK_HEADERS([ \
        strings.h sys/socket.h sys/time.h unistd.h \
        ],,AC_MSG_ERROR([required C header missing!]))
 
-AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h varargs.h)
+AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h sys/select.h varargs.h)
 
 # -- Datentypen --
 
@@ -194,6 +194,7 @@ AC_OUTPUT([ \
        src/ngircd/Makefile \
        src/testsuite/Makefile \
        man/Makefile \
+       contrib/Makefile \
 ])
 
 # -- Ergebnis --