From 44564d16f8dd105376330ff6814e908428256d1c Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sun, 9 Jul 2006 20:03:54 +0000 Subject: [PATCH] Merge of r52. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.4.x@53 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f5738dd..dabef66 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_SYS_LARGEFILE AC_HEADER_STDC # libupnp code doesn't use autoconf variables yet, # so just abort if a header file is not found. -AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h malloc.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h syslog.h unistd.h],[],[AC_MSG_ERROR([required header file missing])]) +AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h sys/timeb.h syslog.h unistd.h],[],[AC_MSG_ERROR([required header file missing])]) #