[MPlayer-cvslog] r33533 - trunk/configure

iive subversion at mplayerhq.hu
Tue May 31 23:15:15 CEST 2011


Author: iive
Date: Tue May 31 23:15:14 2011
New Revision: 33533

Log:
Check if compiler is functioning properly before trying to test additional options.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue May 31 22:45:39 2011	(r33532)
+++ trunk/configure	Tue May 31 23:15:14 2011	(r33533)
@@ -1679,6 +1679,10 @@ else
 fi # icc
 test "$cc_fail" = yes && die "unsupported compiler version"
 
+echocheck "working compiler"
+cflag_check "" || die "Compiler is not functioning correctly. Check your installation and custom CFLAGS $CFLAGS ."
+echo "yes"
+
 if test -z "$_target" && x86 ; then
   cat > $TMPC << EOF
 int main(void) {


More information about the MPlayer-cvslog mailing list