]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Fix silly bug with tcp-wrappers check nfs-utils-1-0-12
authorNeil Brown <neilb@suse.de>
Tue, 27 Feb 2007 04:55:40 +0000 (15:55 +1100)
committerNeil Brown <neilb@suse.de>
Tue, 27 Feb 2007 04:55:40 +0000 (15:55 +1100)
A stray '$'.

Signed-off-by: Neil Brown <neilb@suse.de>
aclocal/tcp-wrappers.m4

index 0fdf6113415542bd2cc52877ad7d0d291b1ac02d..35ac8e0210d842e7294c5b3a7cfc8c04a0cbbf1c 100644 (file)
@@ -4,7 +4,7 @@ AC_DEFUN([AC_TCP_WRAPPERS],[
   AC_ARG_WITH(tcp-wrappers,
     [  --with-tcp-wrappers[[=PATH]]      Enable tcpwrappers support
                  (optionally in PATH)],
-    with_tcpw=$withval, $with_tcpw=yes)
+    with_tcpw=$withval, with_tcpw=yes)
         if test "x$with_tcpw" != "xno" ; then
             saved_LIBS="$LIBS"
             saved_LDFLAGS="$LDFLAGS"