/pidgin/main: 51ff7a37c380: Add version number to json-glib check

Tomasz Wasilczyk tomkiewicz at cpw.pidgin.im
Tue Jan 8 04:01:03 EST 2013


Changeset: 51ff7a37c380a43f557d21fb7339307f59466981
Author:	 Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date:	 2013-01-08 10:00 +0100
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/51ff7a37c380

Description:

Add version number to json-glib check

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -819,7 +819,7 @@ dnl ####################################
 dnl # Check for JSON-GLib (required)
 dnl #######################################################################
 
-PKG_CHECK_MODULES([JSON], [json-glib-1.0], , [
+PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.12.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
 You must have JSON-GLib >= 0.12.0 development headers installed to build.



More information about the Commits mailing list