X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=ea01e60bbceaf51541a9782a5948c41a24ea11fd;hp=b073607b9b41789906f3c256cec66dbaca1569bc;hb=bec858c77f92fe4f5a720f19cedb42913e9c32cd;hpb=e7c1b19161ab7a3f4dabb11ef17c33746721444c diff --git a/configure.in b/configure.in index b073607b..ea01e60b 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.50 2002/05/22 09:50:58 alex Exp $ +# $Id: configure.in,v 1.53 2002/05/27 13:12:47 alex Exp $ # # -- Initialisierung -- @@ -60,11 +60,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 regex.h stdint.h varargs.h) # -- Datentypen -- @@ -101,11 +101,11 @@ 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) +AC_CHECK_FUNCS(inet_aton regcomp sigaction snprintf vsnprintf) # -- Konfigurationsoptionen --