[libgda: 20/23] GObject-introspection configure fix
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 20/23] GObject-introspection configure fix
- Date: Mon, 21 May 2018 15:12:04 +0000 (UTC)
commit 0a8d6f9f4ca0575a31ea26cafaeaae392d4c3007
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Thu May 17 21:53:32 2018 -0500
GObject-introspection configure fix
configure.ac | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2b3e108b6..f59d9b516 100644
--- a/configure.ac
+++ b/configure.ac
@@ -502,9 +502,11 @@ AC_ARG_ENABLE([gda-gi],
AS_HELP_STRING([--enable-gda-gi[=@<:@no/auto/yes@:>@]], [Enable GObject Introspection for libgda
[default=no]]),
[enable_gda_gi=$enableval],[enable_gda_gi=auto])
-if test "x$enable_introspection" = "xyes" -a "x$found_introspection" = "xyes"
+if test "x$enable_introspection" != "xno" -a "x$found_introspection" = "xyes"
then
- enable_gda_gi=yes
+ enable_gda_gi="yes"
+else
+ enable_gda_gi="no"
fi
if test "x$enable_gda_gi" = "xyes" -a "x$found_introspection" != "xyes"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]