[libgda] Correction for bug #627421, thanks to Michal Kurgan



commit 87f553dedab76fbb5ee208b99ba14f4386b45f9c
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Aug 22 14:58:00 2010 +0200

    Correction for bug #627421, thanks to Michal Kurgan

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6bb0926..0e24d24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,14 +177,17 @@ AC_SUBST(GTK_LIBS)
 
 AC_ARG_WITH(gtksourceview,
 AS_HELP_STRING([--with-gtksourceview], [Enable using GtkSourceView]),
+	[with_sourceview=$withval]
 	,with_sourceview=auto)
 
 AC_ARG_WITH(goocanvas,
 AS_HELP_STRING([--with-goocanvas], [Enable using GooCanvas]),
+	[with_goo=$withval]
 	,with_goo=auto)
 
 AC_ARG_WITH(graphviz,
 AS_HELP_STRING([--with-graphviz], [Enable using Graphviz]),
+	[with_graphviz=$withval]
 	,with_graphviz=auto)
 
 if test x"$have_ui" = "xyes"



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