You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2008/10/24 19:41:58 UTC

svn commit: r707694 - /incubator/qpid/trunk/qpid/cpp/configure.ac

Author: gsim
Date: Fri Oct 24 10:41:58 2008
New Revision: 707694

URL: http://svn.apache.org/viewvc?rev=707694&view=rev
Log:
Fix test for xml deps


Modified:
    incubator/qpid/trunk/qpid/cpp/configure.ac

Modified: incubator/qpid/trunk/qpid/cpp/configure.ac
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/configure.ac?rev=707694&r1=707693&r2=707694&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/configure.ac (original)
+++ incubator/qpid/trunk/qpid/cpp/configure.ac Fri Oct 24 10:41:58 2008
@@ -249,7 +249,7 @@
   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