X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=b707b60be46512d8aef2a95b65de996831ea27f4;hp=49bdac990f82abfa54120fbab14a5c1878b7800f;hb=ab2abee1fe6d2cbe0ae22c712a9500191148150b;hpb=eaeda12c54910f83a6dae9d32ead2bc8ee9a1b93 diff --git a/configure.in b/configure.in index 49bdac99..b707b60b 100644 --- a/configure.in +++ b/configure.in @@ -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.56 2002/09/07 17:59:08 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 -- @@ -192,7 +192,9 @@ AC_OUTPUT([ \ src/Makefile \ src/portab/Makefile \ src/ngircd/Makefile \ + src/testsuite/Makefile \ man/Makefile \ + contrib/Makefile \ ]) # -- Ergebnis --