From: Henrik Nordstrom Date: Tue, 27 Oct 2009 23:22:51 +0000 (+0100) Subject: Minor quoting error in TPROXY autoconf foo X-Git-Tag: SQUID_3_2_0_1~646 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b3fec23ef5e1247bd9a6976ac577a6c6c461ed6;p=thirdparty%2Fsquid.git Minor quoting error in TPROXY autoconf foo --- diff --git a/configure.in b/configure.in index c818018fc3..b021a31a23 100644 --- a/configure.in +++ b/configure.in @@ -1524,7 +1524,7 @@ AC_ARG_ENABLE(linux-tproxy, AS_HELP_STRING([--enable-linux-tproxy],[Enable real Transparent Proxy support for Netfilter TPROXY (version 2).]), [ if test "$enableval" = "yes" ; then - AC_MSG_NOTICE(["Linux Netfilter/TPROXY v2 enabled]) + AC_MSG_NOTICE([Linux Netfilter/TPROXY v2 enabled]) AC_DEFINE(LINUX_TPROXY2, 1, [Enable real Transparent Proxy support for Netfilter TPROXY v2.]) LINUX_TPROXY2="yes" if test -z "$LINUX_NETFILTER"; then