[NetworkManager-vpnc/lr/gtk-4.0: 5/17] build: disable libnm-glib by default
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-vpnc/lr/gtk-4.0: 5/17] build: disable libnm-glib by default
- Date: Mon, 17 Jan 2022 09:38:56 +0000 (UTC)
commit 7dba0544de9f2083f80e3c97d578dcfde776c7e7
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]