summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2000-10-11 21:49:45 +0000
committerhjl <hjl>2000-10-11 21:49:45 +0000
commit7bcbf97acfef86109f99867fa744e3e216dd83b6 (patch)
tree6edf3879aba530422495fa0004de11eb394e5dfd
parentc806d033d9350f743103535bd9d565b921db6dcb (diff)
downloadnfs-utils-7bcbf97acfef86109f99867fa744e3e216dd83b6.tar.gz
nfs-utils-7bcbf97acfef86109f99867fa744e3e216dd83b6.tar.xz
nfs-utils-7bcbf97acfef86109f99867fa744e3e216dd83b6.zip
2000-10-11 H.J. Lu <hjl@lucon.org>
* aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt.
-rw-r--r--ChangeLog5
-rw-r--r--aclocal.m42
-rwxr-xr-xconfigure2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ce4d83..6088634 100644
--- 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.
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