diff options
-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 | \ |