commit - 3862949a4617bfb81c00b56e070efdb2ae71088d
commit + 9212f8a7091fbcb311fa7bd20975ef939c5a46db
blob - b073607b9b41789906f3c256cec66dbaca1569bc
blob + 804c1581dd19d3720924086a6ebcea900541eaa9
--- configure.in
+++ configure.in
# 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.51 2002/05/24 23:42:37 alex Exp $
#
# -- Initialisierung --
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 regex.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 stdint.h)
# -- Datentypen --