]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
2000-10-11 H.J. Lu <hjl@lucon.org>
authorhjl <hjl>
Wed, 11 Oct 2000 21:49:45 +0000 (21:49 +0000)
committerhjl <hjl>
Wed, 11 Oct 2000 21:49:45 +0000 (21:49 +0000)
* aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
* configure: Rebuilt.

ChangeLog
aclocal.m4
configure

index 4ce4d8374e431da864a2c34561960de1f52d6754..60886341d7edd9e0953ac296c35e305de99f5794 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-11  H.J. Lu <hjl@lucon.org>
+
+       * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
+       * configure: Rebuilt.
+
 2000-09-27  H.J. Lu <hjl@lucon.org>
 
        * README: Updated for RedHat 7.0.
index 7a4df46a0015713f241eb46150bdbe341226406a..e96abd6d4a558b0cc21ff3d654fa2b95e5557e4b 100644 (file)
@@ -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"
index b7ccee66b2bbb0c77606b06b849da2a436a43b12..484ab3e3c109f516cb81a71607bc3b60df6f0578 100755 (executable)
--- 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