[libgda/LIBGDA_5.2] Removed unused libgee dependency



commit f535606c75f5fc6111fc09fc83b5d75f2c9a4a97
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Fri Feb 8 13:28:53 2019 -0600

    Removed unused libgee dependency
    
    Fix issue #159

 configure.ac | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5e0931993..0990e1b96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -529,17 +529,6 @@ fi
 
 AM_CONDITIONAL(ENABLE_GDAUI_VALA, test x$disable_gdaui_vala != xyes)
 
-dnl Check for libgee
-found_gee="xyes"
-GEE_REQUIRED="0.8.0"
-PKG_CHECK_MODULES(GEE, gee-0.8 >= $GEE_REQUIRED,[],found_gee=no)
-AC_SUBST(GEE_CFLAGS)
-AC_SUBST(GEE_LIBS)
-
-if test "x$disable_vala_ext" != "xyes" -a "x$found_gee" = "xno"
-then
-       AC_MSG_ERROR([Vala Extensions (Utility GObject clases written in Vala) is requested but GEE library 
development is not present])
-fi
 
 dnl ******************************
 dnl Checks for libcrypto
@@ -1039,4 +1028,4 @@ if test x"$br_cv_binreloc" != "xyes" -a x"$platform_win32" != "xyes"
 then
        echo "   Binreloc support is disabled: Libgda will not be relocatable. To enable binreloc support 
re-run with --enable-binreloc (see http://autopackage.org/docs/binreloc for more information)"
 fi
-echo ""
+echo ""
\ No newline at end of file


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