summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:21:47 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2016-10-02 17:37:25 -0500
commitc3f7d77c7934892c62838a51444b8e70d6ba64ff (patch)
tree938dd3c4723fcff9b6f6e1c761d958e9901e7b6e /configure.ac
parent0809ce7076e662953465f0a8d45127ef763e8e93 (diff)
downloadffts-c3f7d77c7934892c62838a51444b8e70d6ba64ff.zip
ffts-c3f7d77c7934892c62838a51444b8e70d6ba64ff.tar.gz
Fix Autotools build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5f1ff70..bdb19e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.68])
+AC_PREREQ([2.65])
AC_INIT(ffts, 0.7, amb@anthonix.com)
AM_INIT_AUTOMAKE(ffts, 0.7)
@@ -109,7 +109,7 @@ AC_CHECK_DECLS([posix_memalign,
#include <malloc.h>])
# Checks for header files.
-AC_CHECK_HEADERS([stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
+AC_CHECK_HEADERS([malloc.h stddef.h stdint.h stdlib.h string.h sys/mman.h sys/socket.h sys/time.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
OpenPOWER on IntegriCloud