summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-07-01 23:39:53 +0200
committerThomas Haller <thaller@redhat.com>2020-07-09 12:57:15 +0200
commit7054b113284c64cca6f709d887b54a58678e401e (patch)
tree2c2a83f281af7ef00ccef6a3115ecdbfbb6fb1fa /shared
parentae5e8fc26ba8990832301791092b6fd1aefe9afc (diff)
downloadNetworkManager-7054b113284c64cca6f709d887b54a58678e401e.tar.gz
all: bump libjansson dependency to 2.7
jansson 2.7 was released October 2014. It's also in Ubuntu 16.06. Other distros (like CentOS 7.5 and Debian Stretch/9) have both newer versions. Bump the requirement, simply because our CI does not use such old version so it's not clear whether it works at all.
Diffstat (limited to 'shared')
-rw-r--r--shared/nm-glib-aux/nm-jansson.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/nm-glib-aux/nm-jansson.h b/shared/nm-glib-aux/nm-jansson.h
index 7c034222c4..946f42d183 100644
--- a/shared/nm-glib-aux/nm-jansson.h
+++ b/shared/nm-glib-aux/nm-jansson.h
@@ -12,11 +12,6 @@
#include <jansson.h>
-/* Added in Jansson v2.7 */
-#ifndef json_boolean_value
-#define json_boolean_value json_is_true
-#endif
-
/* Added in Jansson v2.8 */
#ifndef json_object_foreach_safe
#define json_object_foreach_safe(object, n, key, value) \