diff options
author | Martin Willi <martin@strongswan.org> | 2007-02-02 09:58:59 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-02-02 09:58:59 +0000 |
commit | 61dd20f9e3d20d04d8cece3c8f2813ad648a79fc (patch) | |
tree | f7fd1322f2c6ac4b2f178d9393781cfb8cfcd382 /configure.in | |
parent | 1908670f99cc1d1ffb0f0991b9080f658fd0837d (diff) | |
download | strongswan-61dd20f9e3d20d04d8cece3c8f2813ad648a79fc.tar.bz2 strongswan-61dd20f9e3d20d04d8cece3c8f2813ad648a79fc.tar.xz |
added address listing without getifaddrs for uclibc (only IPv4 yet)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9ccce0c97..0ebfe87f0 100644 --- a/configure.in +++ b/configure.in @@ -111,6 +111,7 @@ dnl check required libraries dnl ========================== AC_CHECK_FUNCS(backtrace) +AC_CHECK_FUNCS(getifaddrs) AC_HAVE_LIBRARY([gmp],[LIBS="$LIBS"],[AC_MSG_ERROR([GNU Multi Precision library gmp not found])]) if test "$ldap" = "true"; then |