[libgda/LIBGDA_5.2] Fixed behavior for --with-libsecret



commit cb8f97fd3fccec45d0459578a3c418f2a57312a7
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Fri Feb 8 15:10:16 2019 -0600

    Fixed behavior for --with-libsecret

 configure.ac | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 7a93b8dc9..754800aaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -743,7 +743,11 @@ dnl ************************************
 
 AC_ARG_WITH(libsecret,
        AS_HELP_STRING([--with-libsecret], [Enable libsecret support]),
-       ,with_libsecret=auto)
+       [
+               with_libsecret=$withval
+       ],[
+               with_libsecret=auto
+       ])
 
 AC_ARG_WITH(gnome-keyring,
        AS_HELP_STRING([--with-gnome-keyring], [Enable gnome-keyring support]),
@@ -1053,6 +1057,7 @@ echo "      SQLCipher = `if test x$enable_crypto != xyes; then echo no; else ech
 echo "      JDBC = $java_found"
 echo "      WEB = `if test x$have_libsoup = xyes; then echo yes; else echo no; fi`"
 echo "      LDAP = `if test x$ldap_found = xyes; then echo yes; else echo no; fi`"
+echo "   With LIBSECRET = `if test x$have_libsecret = xyes; then echo yes; else echo no; fi`"
 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)"


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