[MPlayer-cvslog] CVS: main configure,1.1026,1.1027
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sun Jul 10 19:01:52 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv14819
Modified Files:
configure
Log Message:
Print CFLAGS warning last so nobody can miss it.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -r1.1026 -r1.1027
--- configure 26 Jun 2005 17:32:59 -0000 1.1026
+++ configure 10 Jul 2005 17:01:49 -0000 1.1027
@@ -6655,16 +6655,7 @@
_stripbinaries=no
fi
else
- cat <<EOF
-
-MPlayer compilation will use the CFLAGS set by you, but:
-
- *** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** ***
-
-It is strongly recommended to let MPlayer choose the correct CFLAGS!
-To do so, execute 'CFLAGS= ./configure <options>'
-
-EOF
+ _warn_CFLAGS=yes
fi
echocheck "automatic gdb attach"
@@ -7837,5 +7828,18 @@
EOF
fi
+if test "$_warn_CFLAGS" = yes; then
+ cat <<EOF
+
+MPlayer compilation will use the CFLAGS set by you, but:
+
+ *** *** DO NOT REPORT BUGS IF IT DOES NOT COMPILE/WORK! *** ***
+
+It is strongly recommended to let MPlayer choose the correct CFLAGS!
+To do so, execute 'CFLAGS= ./configure <options>'
+
+EOF
+fi
+
# Last move:
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
More information about the MPlayer-cvslog
mailing list