summaryrefslogtreecommitdiffstats
path: root/lib/ffts/configure.ac
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-10-02 13:57:09 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-10-02 13:57:16 -0500
commitf1e201d9e74bdd4041252ac89ebf1f8dec860167 (patch)
tree4241cf39fbc5412aa5a174e87254b22956427d55 /lib/ffts/configure.ac
parent8b38ce7a561575978bd404fa9a3ffd399148cd76 (diff)
downloadulab-f1e201d9e74bdd4041252ac89ebf1f8dec860167.tar.gz
ulab-f1e201d9e74bdd4041252ac89ebf1f8dec860167.zip
Fix autotools build of FFTS
Delete autogenerated files
Diffstat (limited to 'lib/ffts/configure.ac')
-rw-r--r--lib/ffts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffts/configure.ac b/lib/ffts/configure.ac
index 5f1ff70..2c4e3f5 100644
--- a/lib/ffts/configure.ac
+++ b/lib/ffts/configure.ac
@@ -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