]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update configure.in code about ICMP
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Oct 2008 04:49:01 +0000 (17:49 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 16 Oct 2008 04:49:01 +0000 (17:49 +1300)
configure.in

index 36ee27bfd4e3041e7afcc569ac98ce9c5318c5b8..a5d061d574a57594fcc3fb1a0d38cb48e2b5279c 100755 (executable)
@@ -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
 ])