[gnome-desktop/gnome-2-32] Don't build gnome-about by default



commit b798e440ecbd1648312c0c2c5f5fc856335a4daa
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 27 14:38:40 2011 -0500

    Don't build gnome-about by default
    
    We have a system information panel, and we don't really want to ship
    a gnome-about that is talking about 2.32...

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 37efda3..054affd 100644
--- a/configure.in
+++ b/configure.in
@@ -94,8 +94,8 @@ fi
 # Should we build gnome-about or the shared desktop docs? Useful for people who
 # need to build two gnome-desktop using two different versions of GTK+
 AC_ARG_ENABLE([gnome-about],
-	[AS_HELP_STRING([--disable-gnome-about],[don't build gnome-about])],
-	[],[enable_gnome_about=yes])
+	[AS_HELP_STRING([--enable-gnome-about],[don't build gnome-about])],
+	[],[enable_gnome_about=no])
 AM_CONDITIONAL(GNOME_ABOUT_ENABLED, test "x$enable_gnome_about" = "xyes")
 AC_ARG_ENABLE([desktop-docs],
 	[AS_HELP_STRING([--disable-desktop-docs],[don't build desktop-wide help documents])],



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