From c1e268769e9d2cd6eded6c1e7828c470809cb9d0 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 31 Jul 2012 17:22:15 +0200 Subject: [PATCH 2/2] Allow build with JSON-GLib 0.14.0 Fixes build on Fedora 16; nothing really changed between 0.14.0 and 0.14.2. --- configure.ac | 2 +- 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 -- 1.7.7.6