[MPlayer-cvslog] r31612 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jul 2 00:19:57 CEST 2010


Author: diego
Date: Fri Jul  2 00:19:57 2010
New Revision: 31612

Log:
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Jul  1 23:11:10 2010	(r31611)
+++ trunk/configure	Fri Jul  2 00:19:57 2010	(r31612)
@@ -2540,7 +2540,7 @@ elif test -z "$CFLAGS" ; then
     extra_ldflags="$extra_ldflags -ffast-math"
   fi
 else
-  _warn_CFLAGS=yes
+  warn_cflags=yes
 fi
 
 cat > $TMPC << EOF
@@ -2564,13 +2564,13 @@ cc_check -MD -MP && CFLAGS="-MD -MP $CFL
 
 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 @@ if test -z "$YASMFLAGS" ; then
     *)                   YASMFLAGS="$YASMFLAGS -DPREFIX"  ;;
   esac
 else
-  _warn_CFLAGS=yes
+  warn_cflags=yes
 fi
 
 echo "pabsw xmm0, xmm0" > $TMPS
@@ -9380,7 +9380,7 @@ If you suspect a bug, please read DOCS/H
 
 EOF
 
-if test "$_warn_CFLAGS" = yes; then
+if test "$warn_cflags" = yes; then
   cat <<EOF
 
 MPlayer compilation will use the CPPFLAGS/CFLAGS/LDFLAGS/YASMFLAGS set by you,


More information about the MPlayer-cvslog mailing list