From 0b7f54e8954374ebb991ac851accde2c246ae9f8 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 27 Feb 2007 15:55:40 +1100 Subject: [PATCH] Fix silly bug with tcp-wrappers check A stray '$'. Signed-off-by: Neil Brown --- aclocal/tcp-wrappers.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2