metacity r4055 - trunk



Author: tthurman
Date: Tue Dec 16 01:35:30 2008
New Revision: 4055
URL: http://svn.gnome.org/viewvc/metacity?rev=4055&view=rev

Log:
	* configure.in: fix build on Solaris.  Closes #564123.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Dec 16 01:35:30 2008
@@ -484,7 +484,9 @@
 fi
 
 # Warnings are there for a reason
-CFLAGS="$CFLAGS -Wall -Werror -ansi"
+if test "x$GCC" = "xyes"; then
+  CFLAGS="$CFLAGS -Wall -Werror -ansi"
+fi
 
 # Use gnome-doc-utils:
 GNOME_DOC_INIT([0.8.0])



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