summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-02-16 10:12:09 +1300
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-02-16 10:12:09 +1300
commit896df535ac9d877ca239c95003d55c8fee5ef047 (patch)
tree886e95a0be88b28bc29ed3110d7392abc07f47c9 /configure.ac
parent70a8af23ff8a5b2219d6655ae223248f1e0c0826 (diff)
parent26642b7d1d2cc1ac337f06d5a0765079386975bb (diff)
downloadrabbitmq-c-github-ask-896df535ac9d877ca239c95003d55c8fee5ef047.tar.gz
Merge default into amqp_0_9_1
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 cb835e8..bf10c7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,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_SPEC_JSON_PATH="$AMQP_CODEGEN_DIR/amqp-0.9.1.json"
if test -f "$AMQP_SPEC_JSON_PATH"
then
AC_MSG_RESULT($AMQP_CODEGEN_DIR)