summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2008-05-09 20:10:07 +0000
committerNuno Santos <nsantos@apache.org>2008-05-09 20:10:07 +0000
commit931c72fd890ebbd66b89d38e82ecc6e461062e59 (patch)
treeef9d42840259d76e6e6872b68443034fcd2dcfe2 /qpid/cpp/configure.ac
parent09bd97be6159c787ee49bf995a43990742780d0e (diff)
downloadqpid-python-931c72fd890ebbd66b89d38e82ecc6e461062e59.tar.gz
QPID-1047: Qpidc.spec.in is missing dependencies and has misplaced files -- applied patch from Matt Farrellee
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 646f39025d..fe99135bea 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -216,6 +216,7 @@ test $want_xml = no && use_xml=no
if test $use_xml != no; then
# Then see if XQilla is available
AC_CHECK_LIB([xerces-c], [_init], , [use_xml=no])
+ AC_CHECK_HEADER([xercesc/framework/MemBufInputSource.hpp], , [use_xml=no])
AC_CHECK_HEADER([xqilla/xqilla-simple.hpp], , [use_xml=no])
AC_CHECK_LIB([xqilla], [canonicalCombiningClassTable], , [use_xml=no])