From c3353161efadfacd0a5ebe0c78c55a737a4ac2ad Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 13 Feb 2010 06:44:05 +0200 Subject: [PATCH] configure: libwrap detection cleared $LIBS --HG-- branch : HEAD --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index cfdbc44d68..ff0e020056 100644 --- a/configure.in +++ b/configure.in @@ -337,6 +337,7 @@ fi have_libwrap=no if test $want_libwrap != no; then AC_CHECK_HEADER(tcpd.h, [ + old_LIBS=$LIBS AC_CHECK_LIB(wrap, request_init, [ AC_DEFINE(HAVE_LIBWRAP,, Define if you have libwrap) LIBWRAP_LIBS=-lwrap -- 2.47.3