anjuta r4124 - trunk
- From: naba svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4124 - trunk
- Date: Thu, 7 Aug 2008 17:55:48 +0000 (UTC)
Author: naba
Date: Thu Aug 7 17:55:47 2008
New Revision: 4124
URL: http://svn.gnome.org/viewvc/anjuta?rev=4124&view=rev
Log:
* configure.in: Disable scintilla plugin by default
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu Aug 7 17:55:47 2008
@@ -390,17 +390,19 @@
dnl -------------------------------------------------------------
AC_ARG_ENABLE(plugin-scintilla,
- [ --disable-plugin-scintilla Disable Scintilla based editor in Anjuta],
- [ if test "$enableval" = "no"; then
- user_disabled_scintilla=1
+ [ --enable-plugin-scintilla Enable Scintilla based editor in Anjuta],
+ [ if test "$enableval" = "yes"; then
+ user_enabled_scintilla=1
fi ],
- [ user_disabled_scintilla=0 ])
+ [ user_enabled_scintilla=0 ])
AC_MSG_CHECKING(if scintilla plugin is disabled)
-if test "$user_disabled_scintilla" = 1; then
+if test "$user_enabled_scintilla" = 0; then
AC_MSG_RESULT(yes)
scintilla="no"
else
+ AC_MSG_RESULT(no)
+
PKG_CHECK_MODULES(PLUGIN_SCINTILLA,
[libgnomeprint-2.2 >= $GNOME_PRINT_REQUIRED,
libgnomeprintui-2.2 >= $GNOME_PRINT_UI_REQUIRED],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]