# HG changeset patch # User diego # Date 1278022797 0 # Node ID e7aa0fde4e34cb1258ec7a9a61a928807024864f # Parent 4500ce87a70cb900ed22a89945e884693b0e4992 cosmetics: Rename _warn_CFLAGS variable to warn_cflags. diff -r 4500ce87a70c -r e7aa0fde4e34 configure --- a/configure Thu Jul 01 21:11:10 2010 +0000 +++ b/configure Thu Jul 01 22:19:57 2010 +0000 @@ -2540,7 +2540,7 @@ extra_ldflags="$extra_ldflags -ffast-math" fi else - _warn_CFLAGS=yes + warn_cflags=yes fi cat > $TMPC << EOF @@ -2564,13 +2564,13 @@ if test -n "$LDFLAGS" ; then extra_ldflags="$extra_ldflags $LDFLAGS" - _warn_CFLAGS=yes + warn_cflags=yes elif test "$cc_vendor" = "intel" ; then extra_ldflags="$extra_ldflags -i-static" fi if test -n "$CPPFLAGS" ; then extra_cflags="$extra_cflags $CPPFLAGS" - _warn_CFLAGS=yes + warn_cflags=yes fi @@ -2709,7 +2709,7 @@ *) YASMFLAGS="$YASMFLAGS -DPREFIX" ;; esac else - _warn_CFLAGS=yes + warn_cflags=yes fi echo "pabsw xmm0, xmm0" > $TMPS @@ -9380,7 +9380,7 @@ EOF -if test "$_warn_CFLAGS" = yes; then +if test "$warn_cflags" = yes; then cat <