/pidgin/main: 4e8497f23b7c: Revert changeset 2b3fba3cf555 (Reduc...
Ankit Vani
a at nevitus.org
Mon Jan 27 15:39:06 EST 2014
Changeset: 4e8497f23b7ca16e98f1d6620613659dbe9fc91a
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-28 02:08 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/4e8497f23b7c
Description:
Revert changeset 2b3fba3cf555 (Reduce JSON-GLib requirement to 0.10)
diffstat:
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -829,10 +829,10 @@ dnl ####################################
dnl # Check for JSON-GLib (required)
dnl #######################################################################
-PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.10.0], , [
+PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.14.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
-You must have JSON-GLib >= 0.10.0 development headers installed to build.
+You must have JSON-GLib >= 0.14.0 development headers installed to build.
])])
AC_SUBST(JSON_CFLAGS)
More information about the Commits
mailing list