summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-09 15:21:05 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-09 15:21:05 +0100
commit731c5101b94d9ba35dbe6e4968e572656da3fdba (patch)
tree5336204bbaab8611bbc9e48120e680b1c15945bc /configure.ac
parent7478207a21fc2e1e7aea5306762578f2992ccb42 (diff)
parent7478207a21fc2e1e7aea5306762578f2992ccb42 (diff)
downloadrabbitmq-c-github-ask-731c5101b94d9ba35dbe6e4968e572656da3fdba.tar.gz
this branch is default with amqp_0_9_1 merged in; everything seems to work fine
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index c3f1bb7..7ec107a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,7 @@ AC_ARG_ENABLE(64-bit,
AC_MSG_CHECKING(location of AMQP codegen directory)
sibling_codegen_dir="$ac_abs_confdir/../rabbitmq-codegen"
AMQP_CODEGEN_DIR=$(test -d "$sibling_codegen_dir" && echo "$sibling_codegen_dir" || echo "$ac_abs_confdir/codegen")
-AMQP_SPEC_JSON_PATH="$AMQP_CODEGEN_DIR/amqp-0.8.json"
-AMQP_EXTENSIONS_JSON_PATH="$AMQP_CODEGEN_DIR/rabbitmq-0.8-extensions.json"
+AMQP_SPEC_JSON_PATH="$AMQP_CODEGEN_DIR/amqp-0.9.1.json"
if test -f "$AMQP_SPEC_JSON_PATH"
then
@@ -40,13 +39,6 @@ else
AC_MSG_ERROR(could not find AMQP spec file at "'$AMQP_SPEC_JSON_PATH'")
fi
-if test -f "$AMQP_EXTENSIONS_JSON_PATH"
-then
- AC_MSG_RESULT($AMQP_EXTENSIONS_DIR)
-else
- AC_MSG_ERROR(could not find extensions spec file at "'$AMQP_EXTENSIONS_JSON_PATH'")
-fi
-
AC_MSG_CHECKING(finding a python with simplejson installed)
found_python=no
checkPython() {
@@ -71,7 +63,6 @@ fi
AC_SUBST(AMQP_CODEGEN_DIR)
AC_SUBST(AMQP_SPEC_JSON_PATH)
-AC_SUBST(AMQP_EXTENSIONS_JSON_PATH)
AC_SUBST(PYTHON)
# Check for libpopt, which we need to build the tools