From: Amos Jeffries Date: Wed, 16 Feb 2011 00:45:11 +0000 (+1300) Subject: Fix typo in EUI documentation X-Git-Tag: take03^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8da66baabd95be4fb1bbb32d9d5ed1dfcccfc00;p=thirdparty%2Fsquid.git Fix typo in EUI documentation --- diff --git a/configure.ac b/configure.ac index 79affe6e6e..be89677fc6 100644 --- a/configure.ac +++ b/configure.ac @@ -1024,7 +1024,7 @@ AC_ARG_ENABLE(cachemgr-hostname, AC_ARG_ENABLE(eui, AS_HELP_STRING([--disable-eui], - [Enable use of ARP / MAC/ EUI (ether address)]), [ + [Disable use of ARP / MAC/ EUI (ether address)]), [ SQUID_YESNO([$enableval],[--disable-eui expects no arguments]) ]) if test "x${enable_eui:=yes}" = "xyes" ; then