/pidgin/main: 2b3fba3cf555: Reduce JSON-GLib requirement to 0.10
Ankit Vani
a at nevitus.org
Sun Jan 26 19:38:50 EST 2014
Changeset: 2b3fba3cf55519458f325d16462e1c5d341512d4
Author: Ankit Vani <a at nevitus.org>
Date: 2014-01-27 06:08 +0530
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/2b3fba3cf555
Description:
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.14.0], , [
+PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.10.0], , [
AC_MSG_RESULT(no)
AC_MSG_ERROR([
-You must have JSON-GLib >= 0.14.0 development headers installed to build.
+You must have JSON-GLib >= 0.10.0 development headers installed to build.
])])
AC_SUBST(JSON_CFLAGS)
More information about the Commits
mailing list