From: hjl Date: Wed, 11 Oct 2000 21:49:45 +0000 (+0000) Subject: 2000-10-11 H.J. Lu X-Git-Tag: nfs-utils-0-3~23 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=7bcbf97acfef86109f99867fa744e3e216dd83b6 2000-10-11 H.J. Lu * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt. --- diff --git a/ChangeLog b/ChangeLog index 4ce4d83..6088634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-11 H.J. Lu + + * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. + * configure: Rebuilt. + 2000-09-27 H.J. Lu * README: Updated for RedHat 7.0. diff --git a/aclocal.m4 b/aclocal.m4 index 7a4df46..e96abd6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -129,7 +129,7 @@ define(AC_TCP_WRAPPER, int allow_severity = 0;], [return hosts_ctl ("nfsd", "", "")], knfsd_cv_tcp_wrapper=yes, knfsd_cv_tcp_wrapper=no) - LDFLAGS="$old_LDFLAGS"]) + LIBS="$old_LIBS"]) AC_MSG_RESULT($knfsd_cv_tcp_wrapper) if test "$knfsd_cv_tcp_wrapper" = yes; then CFLAGS="$CFLAGS -DHAVE_TCP_WRAPPER" diff --git a/configure b/configure index b7ccee6..484ab3e 100755 --- a/configure +++ b/configure @@ -1454,7 +1454,7 @@ else knfsd_cv_tcp_wrapper=no fi rm -f conftest* - LDFLAGS="$old_LDFLAGS" + LIBS="$old_LIBS" fi echo "$ac_t""$knfsd_cv_tcp_wrapper" 1>&6