metacity r4025 - trunk



Author: tthurman
Date: Sat Nov 22 19:47:02 2008
New Revision: 4025
URL: http://svn.gnome.org/viewvc/metacity?rev=4025&view=rev

Log:
	* configure.in: Set -ansi so people stop complaining about C99.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Nov 22 19:47:02 2008
@@ -484,7 +484,7 @@
 fi
 
 # Warnings are there for a reason
-CFLAGS="$CFLAGS -Wall -Werror"
+CFLAGS="$CFLAGS -Wall -Werror -ansi"
 
 # Use gnome-doc-utils:
 GNOME_DOC_INIT([0.9.0])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]