From 988e4ae0a74eada634584b986e782d1c4d78dfb7 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 24 Oct 2008 17:41:58 +0000 Subject: Fix test for xml deps git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@707694 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') 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 -- cgit v1.2.1