From e0a2251c58a8b1bb85b39638bff4e2bf0550eb53 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 20 Jan 2010 16:11:07 +1300 Subject: [PATCH] Typo in configure EUI description --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]) -- 2.47.2