aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-16 08:32:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-16 08:32:52 +0000
commit60dd4bd4abda5326e309dda49eb02f9606b7c385 (patch)
tree87e88c83e2708087d930b156e2d63fdc843ebc94 /configure.ac
parentb1685ed04171415c242ae8e39061e899a8c6f2f5 (diff)
downloadgnunet-60dd4bd4abda5326e309dda49eb02f9606b7c385.tar.gz
gnunet-60dd4bd4abda5326e309dda49eb02f9606b7c385.zip
porting fix for 1467 to ng
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76fda3960..5de419d02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,7 +245,7 @@ AC_HEADER_STDC
245AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h string.h unistd.h stdarg.h signal.h locale.h sys/stat.h sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers files])) 245AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h string.h unistd.h stdarg.h signal.h locale.h sys/stat.h sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers files]))
246 246
247# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) 247# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there)
248AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h iconv.h ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h]) 248AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h iconv.h ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h])
249 249
250# Check for GMP header (and abort if not present) 250# Check for GMP header (and abort if not present)
251AC_CHECK_HEADERS([gmp.h],,AC_MSG_ERROR([Compiling GNUnet requires gmp.h (from the GNU MP library, libgmp)])) 251AC_CHECK_HEADERS([gmp.h],,AC_MSG_ERROR([Compiling GNUnet requires gmp.h (from the GNU MP library, libgmp)]))