]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- fehlerhafter Test auf "regex.h" korrigiert.
authorAlexander Barton <alex@barton.de>
Mon, 27 May 2002 13:12:47 +0000 (13:12 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 27 May 2002 13:12:47 +0000 (13:12 +0000)
configure.in

index 7bb612a5004efcd515533299608dffdabc858b96..ea01e60bbceaf51541a9782a5948c41a24ea11fd 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.52 2002/05/27 13:03:11 alex Exp $
+# $Id: configure.in,v 1.53 2002/05/27 13:12:47 alex Exp $
 #
 
 # -- Initialisierung --
@@ -60,7 +60,7 @@ AC_HEADER_TIME
 AC_HEADER_SYS_WAIT
 
 AC_CHECK_HEADERS([ \
-       ctype.h errno.h fcntl.h netdb.h netinet/in.h regex.h stdlib.h string.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!]))