[libgda: 15/23] Autotools: fix configure without GI
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 15/23] Autotools: fix configure without GI
- Date: Mon, 21 May 2018 15:11:39 +0000 (UTC)
commit dfc4a5fe4b11218af99e9827e265702f69e2beaa
Author: Daniel Espinosa <esodan gmail com>
Date: Thu May 17 13:56:18 2018 -0500
Autotools: fix configure without GI
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 7565a7fb4..c50906c54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,7 +518,7 @@ AC_ARG_ENABLE([gdaui-gi],
AS_HELP_STRING([--enable-gdaui-gi[=@<:@nauto/yes/no@:>@]], [Enable GObject Introspection for libgda-ui
[default=yes]]),
[enable_gdaui_gi=$enableval],[enable_gdaui_gi=auto])
-if test "x$enable_gda_gi" != "xno" -a "$enable_gdaui_gi" = "xyes"
+if test "x$enable_gdaui_gi" != "xno" -a "$enable_gda_gi" = "xyes"
then
enable_gdaui_gi="yes"
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]