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 | 988e4ae0a74eada634584b986e782d1c4d78dfb7 (patch) | |
| tree | 125dee6c083b83feca87b43d248e82f40858a940 /cpp | |
| parent | d3a160f15270043ee2412566675795acaad78c84 (diff) | |
| download | qpid-python-988e4ae0a74eada634584b986e782d1c4d78dfb7.tar.gz | |
Fix test for xml deps
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 5c0c93b3c9..89398cb08e 100644 --- a/cpp/configure.ac +++ b/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 |
