From: Amos Jeffries Date: Wed, 20 Jan 2010 03:11:07 +0000 (+1300) Subject: Typo in configure EUI description X-Git-Tag: SQUID_3_2_0_1~458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0a2251c58a8b1bb85b39638bff4e2bf0550eb53;p=thirdparty%2Fsquid.git Typo in configure EUI description --- diff --git a/configure.in b/configure.in index 16622c10db..ac41b98937 100644 --- a/configure.in +++ b/configure.in @@ -1108,7 +1108,7 @@ AC_ARG_ENABLE(cachemgr-hostname, AM_CONDITIONAL(USE_SQUID_EUI, false) use_sq_eui="yes" AC_ARG_ENABLE(eui, - AS_HELP_STRING([--disable-eui],[Enable use of ARP / MAC/ EUI (ether address)]), + AS_HELP_STRING([--disable-eui],[Disable use of ARP / MAC/ EUI (ether address)]), [use_sq_eui="$enableval"]) if test "$use_sq_eui" = "yes" ; then AC_MSG_NOTICE([EUI controls enabled (ether address)])