]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Test auf stdint.h korrigiert: der Header ist optional.
authorAlexander Barton <alex@barton.de>
Wed, 22 May 2002 09:50:58 +0000 (09:50 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 22 May 2002 09:50:58 +0000 (09:50 +0000)
configure.in

index 2724f741568b3997fe50aa4e3c7b7ca48e6daa9c..b073607b9b41789906f3c256cec66dbaca1569bc 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.49 2002/05/22 09:34:17 alex Exp $
+# $Id: configure.in,v 1.50 2002/05/22 09:50:58 alex Exp $
 #
 
 # -- Initialisierung --
@@ -61,10 +61,10 @@ AC_HEADER_SYS_WAIT
 
 AC_CHECK_HEADERS([ \
        ctype.h errno.h fcntl.h malloc.h netdb.h netinet/in.h regex.h \
-       stdint.h stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h \
+       stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h \
        ],,AC_MSG_ERROR([required C header missing!]))
 
-AC_CHECK_HEADERS(arpa/inet.h)
+AC_CHECK_HEADERS(arpa/inet.h stdint.h)
 
 # -- Datentypen --