made backtrace() calls optional to support uClibc

This commit is contained in:
Martin Willi
2006-12-06 13:59:13 +00:00
parent f87e5dd98c
commit e696757c47
3 changed files with 10 additions and 1 deletions
+2
View File
@@ -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])])