X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=aclocal%2Ftcp-wrappers.m4;h=35ac8e0210d842e7294c5b3a7cfc8c04a0cbbf1c;hp=0fdf6113415542bd2cc52877ad7d0d291b1ac02d;hb=767773f33c10dfeaf44ef7d6aea0946f5d9d248f;hpb=f6fe44968591845a6c9be0b606e3d159415e8d33 diff --git a/aclocal/tcp-wrappers.m4 b/aclocal/tcp-wrappers.m4 index 0fdf611..35ac8e0 100644 --- a/aclocal/tcp-wrappers.m4 +++ b/aclocal/tcp-wrappers.m4 @@ -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"