nautilus r15188 - trunk
- From: alexl svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r15188 - trunk
- Date: Thu, 16 Apr 2009 13:27:03 +0000 (UTC)
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]