diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ea667b87d..174d40100 100644 --- a/configure.in +++ b/configure.in @@ -96,6 +96,8 @@ dnl ========================== dnl check required libraries dnl ========================== +AC_CHECK_FUNCS(backtrace getifaddrs) + AC_HAVE_LIBRARY([gmp],[LIBS="$LIBS"],[AC_MSG_ERROR([GNU Multi Precision library gmp not found])]) if test "$ldap" = "true"; then AC_HAVE_LIBRARY([ldap],[LIBS="$LIBS"],[AC_MSG_ERROR([LDAP enabled, but library ldap not found])]) |