aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-13 17:58:39 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-13 17:58:39 +0100
commit63462a4dddd238e439360e2e70ecaa9366066fc5 (patch)
tree483dec5d9857707ce731eba5f6fdd51dcc1cc367 /configure.ac
parentbdb3420bc937f0ab9187695a56f0e63d7c227f00 (diff)
downloadgnunet-63462a4dddd238e439360e2e70ecaa9366066fc5.tar.gz
gnunet-63462a4dddd238e439360e2e70ecaa9366066fc5.zip
make sure mono time uses atomics
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 35b2ef659..5d570ddad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -992,7 +992,7 @@ AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h strin
992 992
993 993
994# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there) 994# Checks for headers that are only required on some systems or opional (and where we do NOT abort if they are not there)
995AC_CHECK_HEADERS([malloc.h malloc/malloc.h malloc/malloc_np.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 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 sys/ucred.h endian.h sys/endian.h execinfo.h byteswap.h]) 995AC_CHECK_HEADERS([stdatomic.h malloc.h malloc/malloc.h malloc/malloc_np.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 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 sys/ucred.h endian.h sys/endian.h execinfo.h byteswap.h])
996 996
997# FreeBSD requires something more funky for netinet/in_systm.h and netinet/ip.h... 997# FreeBSD requires something more funky for netinet/in_systm.h and netinet/ip.h...
998AC_CHECK_HEADERS([sys/types.h netinet/in_systm.h netinet/in.h netinet/ip.h],,, 998AC_CHECK_HEADERS([sys/types.h netinet/in_systm.h netinet/in.h netinet/ip.h],,,