[network-manager-applet] build: bump jansson to 2.7 or newer
- From: Lubomir Rintel <lkundrak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] build: bump jansson to 2.7 or newer
- Date: Wed, 28 Jun 2017 16:37:12 +0000 (UTC)
commit b23dadbde0034e4c51d116f054f9a6b9af60355a
Author: Lubomir Rintel <lkundrak v3 sk>
Date: Wed Jun 28 15:34:56 2017 +0200
build: bump jansson to 2.7 or newer
RHEL 7.4 has jansson 2.10. Let's bump the minimum so that we could drop
an ugly workaround for a bug in previous versions.
If someone needs to build the connection editor for an older system,
they can just easily disable the advanced Team editor.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7f355c2..97f86db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -171,7 +171,7 @@ if (test "${with_team}" == "no"); then
AC_DEFINE(WITH_JANSSON, 0, [Define if Jansson is available])
else
PKG_CHECK_MODULES(JANSSON,
- [jansson >= 2.3],,
+ [jansson >= 2.7],,
AC_MSG_ERROR([jansson is needed for team configuration editor. Use --without-team to
build without it.]))
AC_DEFINE(WITH_JANSSON, 1, [Define if Jansson is available])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]