diff configure.in @ 10700:b14e694fc8b4 HEAD

configure: libwrap detection cleared $LIBS
author Timo Sirainen <tss@iki.fi>
date Sat, 13 Feb 2010 06:44:05 +0200
parents 29f5567e0a9a
children dc6cf5f10602
line wrap: on
line diff
--- a/configure.in	Sat Feb 13 05:46:17 2010 +0200
+++ b/configure.in	Sat Feb 13 06:44:05 2010 +0200
@@ -337,6 +337,7 @@
 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