From: Wouter Wijngaards Date: Tue, 1 Nov 2011 17:24:11 +0000 (+0000) Subject: run autoconf. X-Git-Tag: release-1.4.14rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a798dcb5bd98f7c8c0b65e79569d153369e16439;p=thirdparty%2Funbound.git run autoconf. git-svn-id: file:///svn/unbound/trunk@2538 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/configure b/configure index be5cb79a8..3c5338fdf 100755 --- a/configure +++ b/configure @@ -5631,8 +5631,16 @@ main () } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + + if $CC $CFLAGS conftest.c 2>&1 | grep "warning: no debug symbols in executable" >/dev/null; then + CFLAGS="$BAKCFLAGS" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } + fi + else CFLAGS="$BAKCFLAGS" ; { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; }