diff options
| author | Gordon Sim <gsim@apache.org> | 2008-10-24 17:41:58 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-10-24 17:41:58 +0000 |
| commit | 5b5d2be9721b86f34a61bf78f13ba0c468896b77 (patch) | |
| tree | 4aae78dbad2e30f194993b5306f19190b263baf2 /qpid/cpp | |
| parent | fe614e3b3721ed13d7e9b3bdcfa85e1b2f364a1e (diff) | |
| download | qpid-python-5b5d2be9721b86f34a61bf78f13ba0c468896b77.tar.gz | |
Fix test for xml deps
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 5c0c93b3c9..89398cb08e 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -249,7 +249,7 @@ if test $use_xml != no; then 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]) + AC_CHECK_LIB([xqilla], [_init], , [use_xml=no]) # Remove from LIBS, we will link it explicitly in make files. LIBS=$tmp_LIBS |
