]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
- IRC+-Protokoll ist nun abschaltbar.
[ngircd-alex.git] / configure.in
index b073607b9b41789906f3c256cec66dbaca1569bc..0898b078fbd24c31d649769c77ce4942dbce0b0a 100644 (file)
@@ -9,12 +9,13 @@
 # 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.50 2002/05/22 09:50:58 alex Exp $
+# $Id: configure.in,v 1.55 2002/09/04 22:11:34 alex Exp $
 #
 
 # -- Initialisierung --
 
 AC_INIT
+AC_PREREQ(2.50)
 AC_CANONICAL_TARGET
 AC_CONFIG_SRCDIR(src/config.h.in)
 AM_INIT_AUTOMAKE(ngircd,CurrentCVS)
@@ -60,11 +61,11 @@ AC_HEADER_TIME
 AC_HEADER_SYS_WAIT
 
 AC_CHECK_HEADERS([ \
-       ctype.h errno.h fcntl.h malloc.h netdb.h netinet/in.h regex.h \
-       stdlib.h string.h strings.h sys/socket.h sys/time.h unistd.h \
+       ctype.h errno.h fcntl.h netdb.h netinet/in.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 stdint.h)
+AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h varargs.h)
 
 # -- Datentypen --
 
@@ -101,8 +102,8 @@ AC_FUNC_STRFTIME
 
 AC_CHECK_FUNCS([ \
        bind gethostbyaddr gethostbyname gethostname inet_ntoa memmove \
-       memset regcomp select setsockopt socket strcasecmp strchr \
-       strerror strstr waitpid \
+       memset select setsockopt socket strcasecmp strchr strerror \
+       strstr waitpid \
        ],,AC_MSG_ERROR([required function missing!]))
 
 AC_CHECK_FUNCS(inet_aton sigaction snprintf vsnprintf)