vte r2133 - trunk



Author: chpe
Date: Thu Oct 23 09:15:37 2008
New Revision: 2133
URL: http://svn.gnome.org/viewvc/vte?rev=2133&view=rev

Log:
Default glade catalogue to disabled.

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Oct 23 09:15:37 2008
@@ -625,7 +625,7 @@
 AC_MSG_CHECKING([whether to install the glade catalogue])
 AC_ARG_ENABLE([glade-catalogue],
   [AS_HELP_STRING([--disable-glade],[Disable installing the glade catalogue])],
-  [],[enable_glade_catalogue=yes])
+  [],[enable_glade_catalogue=no])
 AC_MSG_RESULT([$enable_glade_catalogue])
 
 if test "$enable_glade_catalogue" = "yes"; then



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