mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 10:20:28 +00:00
- fehlerhafter Test auf "regex.h" korrigiert.
This commit is contained in:
parent
c2f60abe55
commit
4bf5692888
@ -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!]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user