aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-12-06 13:59:13 +0000
committerMartin Willi <martin@strongswan.org>2006-12-06 13:59:13 +0000
commite696757c47f2b2f73ee92cccf4927d827d245309 (patch)
treebab21682a03841894f75303c0d5b7c1ddea5dd45 /configure.in
parentf87e5dd98ce6b7ffbec60edbce9b75cc61e5d639 (diff)
downloadstrongswan-e696757c47f2b2f73ee92cccf4927d827d245309.tar.bz2
strongswan-e696757c47f2b2f73ee92cccf4927d827d245309.tar.xz
made backtrace() calls optional to support uClibc
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])])