X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=configure.in;h=44373ae15a3f2359b1bfd4f0f67b9747a09ea783;hp=2724f741568b3997fe50aa4e3c7b7ca48e6daa9c;hb=e07fab17b1185ad18889da786cc4d3b55418e813;hpb=f43b4e8cd8394e56d5cc218aba70c327a0cc8a35 diff --git a/configure.in b/configure.in index 2724f741..44373ae1 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.49 2002/05/22 09:34:17 alex Exp $ +# $Id: configure.in,v 1.54 2002/06/26 15:45:22 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 \ - stdint.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) +AC_CHECK_HEADERS(arpa/inet.h malloc.h stdint.h varargs.h) # -- Datentypen -- @@ -101,8 +101,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)