[MPlayer-cvslog] r28393 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jan 30 22:45:55 CET 2009


Author: diego
Date: Fri Jan 30 22:45:54 2009
New Revision: 28393

Log:
Add -Wundef to CFLAGS.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jan 30 21:48:47 2009	(r28392)
+++ trunk/configure	Fri Jan 30 22:45:54 2009	(r28393)
@@ -7884,6 +7884,7 @@ if test "$cc_vendor" = "gnu" ; then
   cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS"
   cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
   cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
+  cc_check -Wundef && CFLAGS="-Wundef $CFLAGS"
 else
   CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS"
 fi



More information about the MPlayer-cvslog mailing list