From d7ba5ec38b51731d4ddc0a7f6e9f30897f70f156 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Tue, 11 Mar 2003 22:09:34 +0000 Subject: [PATCH] Fixed some ping6 variables git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 8 ++++---- 1 file 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 elif $PATH_TO_PING6 -n -s 56 -c 1 ::1 2>/dev/null | \ egrep -i "^round-trip|^rtt" >/dev/null then - ac_cv_ping_command="$PATH_TO_PING6 -n -s 56 -c %d %s" - ac_cv_ping_packets_first=yes + ac_cv_ping6_command="$PATH_TO_PING6 -n -s 56 -c %d %s" + ac_cv_ping6_packets_first=yes AC_MSG_RESULT([$ac_cv_ping_command]) elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \ @@ -1166,8 +1166,8 @@ elif test "x$PATH_TO_PING" != "x"; then elif $PATH_TO_PING -A inet6 -n -s 56 -c 1 ::1 2>/dev/null | \ egrep -i "^round-trip|^rtt" >/dev/null then - ac_cv_ping_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s" - ac_cv_ping_packets_first=yes + ac_cv_ping6_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s" + ac_cv_ping6_packets_first=yes AC_MSG_RESULT([$ac_cv_ping_command]) elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \ -- 2.30.2