[network-manager-openconnect] Drop libsecret-unstable fallback



commit 206892ed2a83f5eec4f8cf4805a6cfab9d3f6b7c
Author: Michael Biebl <biebl debian org>
Date:   Mon May 15 07:37:26 2017 +0200

    Drop libsecret-unstable fallback
    
    Most of the libsecret API was declared stable in 0.18.
    This happened in 2014, over 3 years ago, so the fallback to
    libsecret-unstable is no longer necessary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782642

 configure.ac |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4decd91..9016374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,11 +95,7 @@ if test x"$with_gnome" != xno; then
        PKG_CHECK_MODULES(GCR, gcr-3 >= 3.4)
        GCR_CFLAGS="$GCR_CFLAGS -DGCR_API_SUBJECT_TO_CHANGE"
 
-       PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= 0.18, [], [
-               dnl We use the secret service API that went stable in 0.18
-               PKG_CHECK_MODULES(LIBSECRET, libsecret-unstable)
-               LIBSECRET_CFLAGS="$LIBSECRET_CFLAGS -DSECRET_API_SUBJECT_TO_CHANGE"
-       ])
+       PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= 0.18)
 
        if test x"$with_libnm_glib" != xno; then
                PKG_CHECK_MODULES(LIBNM_GLIB,


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