anjuta r4847 - trunk



Author: jhs
Date: Tue Mar 10 23:18:04 2009
New Revision: 4847
URL: http://svn.gnome.org/viewvc/anjuta?rev=4847&view=rev

Log:
2009-03-11  Johannes Schmid  <jhs gnome org>

        * configure.in: Fixed "--enable-editor-scintilla"
        (Thanks to Debarshi Ray for reporting this)



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Mar 10 23:18:04 2009
@@ -342,12 +342,12 @@
 
 AC_ARG_ENABLE(plugin-scintilla,
 	AC_HELP_STRING([--disable-plugin-scintilla],[ Scintilla based editor in Anjuta]), 
-	[ if test "$enableval" = "yes"; then
+	[ if test "$enableval" = "no"; then
 		user_disabled_scintilla=1
 	  fi ],
 	[ user_disabled_scintilla=0 ])
 
-AC_MSG_CHECKING(if scintilla plugin is disabled)
+AC_MSG_CHECKING(if scintilla plugin is enabled)
 if test "$user_disabled_scintilla" = 1; then
 	AC_MSG_RESULT(no)
 	scintilla="no"



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