diff options
author | Martin Willi <martin@strongswan.org> | 2006-12-06 13:59:13 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-12-06 13:59:13 +0000 |
commit | e696757c47f2b2f73ee92cccf4927d827d245309 (patch) | |
tree | bab21682a03841894f75303c0d5b7c1ddea5dd45 /configure.in | |
parent | f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639 (diff) | |
download | strongswan-e696757c47f2b2f73ee92cccf4927d827d245309.tar.bz2 strongswan-e696757c47f2b2f73ee92cccf4927d827d245309.tar.xz |
made backtrace() calls optional to support uClibc
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])]) |