From 17369ebe2391f37c6ea86e8d8d504d6794628114 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 29 Apr 2009 12:31:29 +0000 Subject: 26898: Ingmar Vanhassel: dont link libbind if not needed --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 07002d3c6..b238cfa12 100644 --- a/configure.ac +++ b/configure.ac @@ -753,7 +753,7 @@ if test x$enable_cap = xyes; then fi AC_CHECK_LIB(socket, socket) -AC_CHECK_LIB(bind, gethostbyname2) +AC_SEARCH_LIBS(gethostbyname2, bind) case $LIBS in *-lbind*) -- cgit 1.4.1