summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-22 20:53:09 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-22 20:53:09 -0800
commit27f68cf1a8e29c13bade1a07da0e5015f6d5a7fe (patch)
tree9a947627b235e2729fecb3f60a3816f53e58df04 /configure
parent08a89b549f73c54732478eaf716a36cb3e7bf7a6 (diff)
downloadtcpdump-27f68cf1a8e29c13bade1a07da0e5015f6d5a7fe.tar.gz
Regenerate configure script.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 39325a52..58666c63 100755
--- 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"