From: Amos Jeffries Date: Thu, 16 Oct 2008 13:01:14 +0000 (+1300) Subject: SourceLayout: ICMP NetDB libraries X-Git-Tag: SQUID_3_2_0_1~1398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e62bf658287f43d1ec54d2300ae15c215ea1780;p=thirdparty%2Fsquid.git SourceLayout: ICMP NetDB libraries --- 8e62bf658287f43d1ec54d2300ae15c215ea1780 diff --cc configure.in index 96d9adb1d4,7e9da712c0..0e3d42de2e --- a/configure.in +++ b/configure.in @@@ -717,12 -717,10 +717,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!)]) ++ AC_DEFINE(USE_ICMP,1,[Define to use Squid's ICMP and Network Measurement features (highly recommended!)]) AM_CONDITIONAL(ENABLE_PINGER, true) fi ])