- fehlerhafter Test auf "regex.h" korrigiert.

This commit is contained in:
Alexander Barton 2002-05-27 13:12:47 +00:00
parent c2f60abe55
commit 4bf5692888
1 changed files with 2 additions and 2 deletions

View 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!]))