From e6ca6df1b0a213d9f0e133598e66792f90c4c582 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 16 Oct 2008 17:49:01 +1300 Subject: [PATCH] Update configure.in code about ICMP --- configure.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 36ee27bfd4..a5d061d574 100755 --- a/configure.in +++ b/configure.in @@ -702,12 +702,10 @@ AC_SUBST(REPL_LIBS) AM_CONDITIONAL(ENABLE_PINGER, false) AC_ARG_ENABLE(icmp, -[ --enable-icmp Enable ICMP pinging], + AC_HELP_STRING([--enable-icmp],[Enable ICMP pinging and Network Measurement]), [ if test "$enableval" = "yes" ; then echo "ICMP enabled" - AC_DEFINE(USE_ICMP,1, - [ Defined this to use Squid's ICMP features (highly recommended!) - When USE_ICMP is defined, Squid will send ICMP pings to origin server sites.]) + AC_DEFINE(USE_ICMP,1,[ Defined to use Squid's ICMP and Network Measurement features (highly recommended!)]) AM_CONDITIONAL(ENABLE_PINGER, true) fi ]) -- 2.47.3