From: Timo Sirainen Date: Sat, 13 Feb 2010 04:44:05 +0000 (+0200) Subject: configure: libwrap detection cleared $LIBS X-Git-Tag: 2.0.beta3~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3353161efadfacd0a5ebe0c78c55a737a4ac2ad;p=thirdparty%2Fdovecot%2Fcore.git configure: libwrap detection cleared $LIBS --HG-- branch : HEAD --- 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