]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor quoting error in TPROXY autoconf foo
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 27 Oct 2009 23:22:51 +0000 (00:22 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 27 Oct 2009 23:22:51 +0000 (00:22 +0100)
configure.in

index c818018fc32a7122aaaaf98026a6faf8646483a5..b021a31a2344c3cc27dd6b0faf786cf7aab3b55f 100644 (file)
@@ -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