nautilus r15188 - trunk



Author: alexl
Date: Thu Apr 16 13:27:02 2009
New Revision: 15188
URL: http://svn.gnome.org/viewvc/nautilus?rev=15188&view=rev

Log:
2009-04-16  Alexander Larsson  <alexl redhat com>

	* configure.in:
	Reversed check in last commit, fixed.




Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Apr 16 13:27:02 2009
@@ -361,7 +361,7 @@
 		AC_TRY_COMPILE([], [],
 			has_option=yes,
 			has_option=no,)
-		if test $has_option = no; then
+		if test $has_option = yes; then
 		   	WARNING_CFLAGS="$WARNING_CFLAGS $option"
 		fi
 		AC_MSG_RESULT($has_option)



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