diff options
author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-11 22:09:34 (GMT) |
---|---|---|
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | 2003-03-11 22:09:34 (GMT) |
commit | d7ba5ec38b51731d4ddc0a7f6e9f30897f70f156 (patch) | |
tree | 0c2ad3f70055c09ae085d25836ae6898848b472f /configure.in | |
parent | aad5b084913ee29cdda1849a11cd10090274b824 (diff) | |
download | monitoring-plugins-d7ba5ec38b51731d4ddc0a7f6e9f30897f70f156.tar.gz |
Fixed some ping6 variables
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 179fd25..af524f3 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1103,8 +1103,8 @@ elif test "x$PATH_TO_PING6" != "x"; then | |||
1103 | elif $PATH_TO_PING6 -n -s 56 -c 1 ::1 2>/dev/null | \ | 1103 | elif $PATH_TO_PING6 -n -s 56 -c 1 ::1 2>/dev/null | \ |
1104 | egrep -i "^round-trip|^rtt" >/dev/null | 1104 | egrep -i "^round-trip|^rtt" >/dev/null |
1105 | then | 1105 | then |
1106 | ac_cv_ping_command="$PATH_TO_PING6 -n -s 56 -c %d %s" | 1106 | ac_cv_ping6_command="$PATH_TO_PING6 -n -s 56 -c %d %s" |
1107 | ac_cv_ping_packets_first=yes | 1107 | ac_cv_ping6_packets_first=yes |
1108 | AC_MSG_RESULT([$ac_cv_ping_command]) | 1108 | AC_MSG_RESULT([$ac_cv_ping_command]) |
1109 | 1109 | ||
1110 | elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \ | 1110 | elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \ |
@@ -1166,8 +1166,8 @@ elif test "x$PATH_TO_PING" != "x"; then | |||
1166 | elif $PATH_TO_PING -A inet6 -n -s 56 -c 1 ::1 2>/dev/null | \ | 1166 | elif $PATH_TO_PING -A inet6 -n -s 56 -c 1 ::1 2>/dev/null | \ |
1167 | egrep -i "^round-trip|^rtt" >/dev/null | 1167 | egrep -i "^round-trip|^rtt" >/dev/null |
1168 | then | 1168 | then |
1169 | ac_cv_ping_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s" | 1169 | ac_cv_ping6_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s" |
1170 | ac_cv_ping_packets_first=yes | 1170 | ac_cv_ping6_packets_first=yes |
1171 | AC_MSG_RESULT([$ac_cv_ping_command]) | 1171 | AC_MSG_RESULT([$ac_cv_ping_command]) |
1172 | 1172 | ||
1173 | elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \ | 1173 | elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \ |