summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Pearl <rpearl@endofunctor.org>2012-10-22 14:52:20 -0700
committerRyan Pearl <rpearl@endofunctor.org>2012-10-22 14:55:07 -0700
commit4c51addb8ee7745d5cdabc3785dad497b979fc2c (patch)
treef0f24cdaed4cee6f6249a5f3b354ef0a971e15ab /configure.ac
parent6a679e66bd7e68ba27e368512e772959c0fc64a4 (diff)
downloadrabbitmq-c-github-ask-4c51addb8ee7745d5cdabc3785dad497b979fc2c.tar.gz
Failing to have the json python module is not a fatal error. Fixes #71.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 618a25c..2b71161 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ AC_ARG_ENABLE([64-bit],
AM_PATH_PYTHON([2.5])
-AX_PYTHON_MODULE([json], [Need JSON])
+AX_PYTHON_MODULE([json], [])
AS_IF([test "x$HAVE_PYMOD_JSON" = "xno"],
[AX_PYTHON_MODULE([simplejson])])
AS_IF([test "x$HAVE_PYMOD_JSON" = "xno" && test "x$HAVE_PYMOD_SIMPLEJSON" = "xno"],