summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-09-21 15:13:52 +0000
committerGordon Sim <gsim@apache.org>2007-09-21 15:13:52 +0000
commit3b80f903b6174b4346d7d7b537d783f628fe28d6 (patch)
tree1ae7baecbbb2157cebf21c28ce97b7c980aceff4 /cpp/configure.ac
parent03cd19556c261f43a8d95bd7d803c59bd488aeef (diff)
downloadqpid-python-3b80f903b6174b4346d7d7b537d783f628fe28d6.tar.gz
Moved c++ over to using the same preview file for 0-10 work as java.
Removed all channel class related code from broker as a result. Did the same for some python tests I missed earlier. Renamed ChannelAdapter to ChannelHandler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@578167 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 7d990b48ac..1a81b8831e 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -120,7 +120,7 @@ test -n "$RUBY" && generate=yes
test -z "$RUBY" && AC_MSG_ERROR([Missing ruby installation (try "yum install ruby").])
specdir=`pwd`/$srcdir/../specs
-AMQP_XML=$specdir/amqp-transitional.0-10.xml
+AMQP_XML=$specdir/amqp.0-10-preview.xml
AC_SUBST(AMQP_XML)
ls $AMQP_XML >/dev/null 2>&1 || generate=no