diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-22 20:53:09 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-22 20:53:09 -0800 |
commit | 27f68cf1a8e29c13bade1a07da0e5015f6d5a7fe (patch) | |
tree | 9a947627b235e2729fecb3f60a3816f53e58df04 /configure | |
parent | 08a89b549f73c54732478eaf716a36cb3e7bf7a6 (diff) | |
download | tcpdump-27f68cf1a8e29c13bade1a07da0e5015f6d5a7fe.tar.gz |
Regenerate configure script.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |