added address listing without getifaddrs for uclibc (only IPv4 yet)

This commit is contained in:
Martin Willi
2007-02-02 09:58:59 +00:00
parent 1908670f99
commit 61dd20f9e3
2 changed files with 76 additions and 1 deletions
+1
View File
@@ -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