summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/isl/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/isl/configure.ac')
-rw-r--r--cloog-0.16.3/isl/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloog-0.16.3/isl/configure.ac b/cloog-0.16.3/isl/configure.ac
index 6b59807..8df2cbe 100644
--- a/cloog-0.16.3/isl/configure.ac
+++ b/cloog-0.16.3/isl/configure.ac
@@ -39,6 +39,8 @@ AC_CHECK_DECLS(mp_get_memory_functions,[],[
],[#include <gmp.h>])
CPPFLAGS="$SAVE_CPPFLAGS"
AM_CONDITIONAL(NEED_GET_MEMORY_FUNCTIONS, test x$need_get_memory_functions = xtrue)
+AC_CHECK_DECLS(ffs,[],[],[#include <strings.h>])
+AC_CHECK_DECLS(__builtin_ffs,[],[],[])
AX_SUBMODULE(piplib,no|system|build,no)