[NetworkManager-vpnc/lr/gtk-4.0: 3/15] build: disable libnm-glib by default




commit bc7c5c01fe4fbcb439c2d9978d514dfbb54a228f
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Nov 3 13:33:24 2021 +0100

    build: disable libnm-glib by default
    
    Other VPN plugins disabled it long ago and no reasonable distro ships
    libnm-glib anymore.

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cc84627..dcadbcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,10 +78,10 @@ if test "$with_gnome" != no; then
        with_gnome=yes
 fi
 if test "$with_libnm_glib_specified" == no; then
-       with_libnm_glib="$with_gnome"
+       with_libnm_glib=no
 fi
 if test "$with_libnm_glib" != no; then
-       with_libnm_glib=yes
+       with_libnm_glib=no
 fi
 AM_CONDITIONAL(WITH_GNOME, test "$with_gnome" != no)
 AM_CONDITIONAL(WITH_LIBNM_GLIB, test "$with_libnm_glib" != no)


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