summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-31 17:22:15 +0200
committerSeif Lotfy <seif@lotfy.com>2012-07-31 19:32:04 +0200
commit920c6bd90f871d1908a7aaec6d757f2dfb6fb897 (patch)
tree3ff2827a2f4b7c69bfc51b5504573ae64f036697
parent944fdedcf6eb5565ae97dd46e3d629d8fe48030d (diff)
Allow build with JSON-GLib 0.14.0
Fixes build on Fedora 16; nothing really changed between 0.14.0 and 0.14.2. Signed-off-by: Seif Lotfy <seif@lotfy.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5d1e641..af8c4bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ dnl Check that we meet the dependencies
dnl ==============================================
MIN_GLIB_VERSION=2.26.0
MIN_ZEITGEIST_VERSION=0.3.18
-MIN_JSON_GLIB_VERSION=0.14.2
+MIN_JSON_GLIB_VERSION=0.14.0
MIN_GTK_VERSION=2.16.0
MIN_TP_GLIB_VERSION=0.18.0