[libgda] Fixed a bug regarding GtkSourceView detection



commit 431feb22f4337b2f462ac846d4c771e8dfbfc293
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Feb 20 12:27:56 2010 +0100

    Fixed a bug regarding GtkSourceView detection

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index eb6ddbd..6da2d6c 100644
--- a/configure.in
+++ b/configure.in
@@ -220,7 +220,7 @@ then
 	fi
 fi
 
-AM_CONDITIONAL(HAVE_GTKSOURCEVIEW, test x"$have_gtksourceview" = "xyes")
+AM_CONDITIONAL(HAVE_GTKSOURCEVIEW, test x"$have_sourceview" = "xyes")
 AC_SUBST(GTKSOURCEVIEW_CFLAGS)
 AC_SUBST(GTKSOURCEVIEW_LIBS)
 



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