aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-13 17:35:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-13 17:35:10 +0000
commit834957b28d42ad6cd7a17c7b56b69e8d733e883c (patch)
treee118e2634a9472317e3923eeaf8d9cd82e68e4c0 /configure.ac
parentf817b409d53b95eeeb0a67f5900cfb18036f0e3f (diff)
downloadgnunet-834957b28d42ad6cd7a17c7b56b69e8d733e883c.tar.gz
gnunet-834957b28d42ad6cd7a17c7b56b69e8d733e883c.zip
-test for execinfo.h instead of LINUX
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 676e75bad..9f5da334e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -417,7 +417,7 @@ AC_HEADER_STDC
417AC_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])) 417AC_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]))
418 418
419# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) 419# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there)
420AC_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 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]) 420AC_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 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])
421 421
422SAVE_LDFLAGS=$LDFLAGS 422SAVE_LDFLAGS=$LDFLAGS
423SAVE_CPPFLAGS=$CPPFLAGS 423SAVE_CPPFLAGS=$CPPFLAGS