aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-18 02:51:15 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-18 02:51:15 +0000
commita1a3e38bf8d6f8e67c5e9f1109706bece9bef10c (patch)
tree0ea7624872aac9f02c81ec841e5a46ec835a712a /configure.ac
parentd988c24f3d7509c1bc6a432766e7a0753760b1b1 (diff)
downloadgnunet-a1a3e38bf8d6f8e67c5e9f1109706bece9bef10c.tar.gz
gnunet-a1a3e38bf8d6f8e67c5e9f1109706bece9bef10c.zip
Compile on platforms without netinet/ip.h. Furthur fixes to come.
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 2067742c3..c2857c5ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -495,7 +495,7 @@ AC_HEADER_STDC
495AC_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])) 495AC_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]))
496 496
497# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) 497# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there)
498AC_CHECK_HEADERS([malloc.h malloc/malloc.h 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 netinet/in_systm.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 ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h ucred.h endian.h sys/endian.h execinfo.h]) 498AC_CHECK_HEADERS([malloc.h malloc/malloc.h 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 netinet/in_systm.h netinet/ip.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 ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h ucred.h endian.h sys/endian.h execinfo.h])
499 499
500SAVE_LDFLAGS=$LDFLAGS 500SAVE_LDFLAGS=$LDFLAGS
501SAVE_CPPFLAGS=$CPPFLAGS 501SAVE_CPPFLAGS=$CPPFLAGS