aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7295b68f3..0a46e77ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,9 +194,6 @@ LIBCURL_CHECK_CONFIG(,7.20.1,,AC_MSG_ERROR([GNUnet requires libcurl >= 7.20.1]))
194# restore LIBS 194# restore LIBS
195LIBS=$SAVE_LIBS 195LIBS=$SAVE_LIBS
196 196
197# restore LIBS
198LIBS=$SAVE_LIBS
199
200# test for kvm and kstat (for CPU stats under BSD/Solaris) 197# test for kvm and kstat (for CPU stats under BSD/Solaris)
201AC_CHECK_LIB([kvm],[kvm_open]) 198AC_CHECK_LIB([kvm],[kvm_open])
202AC_CHECK_LIB([kstat],[kstat_open]) 199AC_CHECK_LIB([kstat],[kstat_open])
@@ -245,7 +242,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])) 242AC_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 243
247# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) 244# 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 netinet/in_sysm.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]) 245AC_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])
249 246
250# test for libgmp 247# test for libgmp
251gmp=0 248gmp=0