summaryrefslogtreecommitdiff
path: root/cpp/configure.ac
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-03-08 22:20:55 +0000
committerJonathan Robie <jonathan@apache.org>2010-03-08 22:20:55 +0000
commit7342f3bc19028d3734f45cb73fa409dd42214a8a (patch)
tree8adc7bc68ed52a31e4268a37e359609146aa9734 /cpp/configure.ac
parent8a9399e46649a8fc84b994a73e2e57af052abc1d (diff)
downloadqpid-python-7342f3bc19028d3734f45cb73fa409dd42214a8a.tar.gz
Changed name of XQilla EBV define to XQ_EXTENDED_BOOLEAN_VALUE_HPP.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@920545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r--cpp/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index fee657e0b0..efa38d021f 100644
--- a/cpp/configure.ac
+++ b/cpp/configure.ac
@@ -370,8 +370,8 @@ if test $use_xml != no; then
# Check to see if we need to use legacy calls for effective boolean value
xqilla_has_ebv=yes
AC_CHECK_HEADER([xqilla/ast/XQEffectiveBooleanValue.hpp], , [xqilla_has_ebv=no])
- test $xqilla_has_ebv = no &&
- AC_DEFINE([XQILLA_2_1_3], [1], [Use the old XQilla 2.1.3 API to get effective boolean value.])
+ test $xqilla_has_ebv = yes &&
+ AC_DEFINE([XQ_EFFECTIVE_BOOLEAN_VALUE_HPP], [1], [XQilla version has xqilla/ast/XQEffectiveBooleanValue.hpp.])
fi