]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Regenerate configure script.
authorGuy Harris <[email protected]>
Tue, 23 Jan 2018 04:53:09 +0000 (20:53 -0800)
committerGuy Harris <[email protected]>
Tue, 23 Jan 2018 04:53:09 +0000 (20:53 -0800)
configure

index 39325a52025489b45baff28c787f8fc7bf470d92..58666c6397152d093a7f533f81704884e8bf3ed3 100755 (executable)
--- a/configure
+++ b/configure
@@ -7408,8 +7408,11 @@ $as_echo_n "checking whether the compiler supports generating dependencies... "
 /* end confdefs.h.  */
 int main(void) { return 0; }
 _ACEOF
-               echo "$CC" $ac_lbl_dependency_flag conftest.c >&5
-               if "$CC" $ac_lbl_dependency_flag conftest.c >/dev/null 2>&1; then
+               if { { $as_echo "$as_me:${as_lineno-$LINENO}: eval \"\$CC \$ac_lbl_dependency_flag conftest.c >/dev/null 2>&1\""; } >&5
+  (eval "$CC $ac_lbl_dependency_flag conftest.c >/dev/null 2>&1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
                        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, with $ac_lbl_dependency_flag" >&5
 $as_echo "yes, with $ac_lbl_dependency_flag" >&6; }
                        DEPENDENCY_CFLAG="$ac_lbl_dependency_flag"