diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-02 13:57:09 -0500 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-02 13:57:16 -0500 |
| commit | f1e201d9e74bdd4041252ac89ebf1f8dec860167 (patch) | |
| tree | 4241cf39fbc5412aa5a174e87254b22956427d55 /lib/ffts/configure.ac | |
| parent | 8b38ce7a561575978bd404fa9a3ffd399148cd76 (diff) | |
| download | ulab-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.ac | 2 |
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 |
