From 18993656fb8578b58c5ae6ee96fac998914bf209 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 24 Apr 2008 21:07:34 +0000 Subject: Generate c++ code from final 0-10 spec git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651423 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/configure.ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'qpid/cpp/configure.ac') diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index c062fc3f8b..bc30e14dca 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -122,9 +122,7 @@ test -n "$RUBY" && generate=yes test -z "$RUBY" && AC_MSG_ERROR([Missing ruby installation (try "yum install ruby").]) specdir=`pwd`/$srcdir/../specs -AMQP_PREVIEW_XML=$specdir/amqp.0-10-preview.xml -AMQP_FINAL_XML=$specdir/amqp.0-10.xml -AC_SUBST(AMQP_PREVIEW_XML) +AMQP_FINAL_XML=$specdir/amqp.0-10-qpid-errata.xml AC_SUBST(AMQP_FINAL_XML) AM_CONDITIONAL([GENERATE], [ls $AMQP_FINAL_XML >/dev/null]) @@ -154,8 +152,8 @@ AC_ARG_WITH([cpg], ;; *) AC_MSG_ERROR([Bad value ${withval} for --with-cpg option]) ;; esac], - [ # not specified - enable if libs/headers available. - with_CPG=yes + [ # not specified - GS 24-APR-2008 temporarily disabled - (enable if libs/headers available). + with_CPG=no AC_CHECK_HEADERS([openais/cpg.h],,[with_CPG=no]) AC_CHECK_LIB([cpg],[cpg_initialize],,[with_CPG=no]) ] -- cgit v1.2.1