From: warlord Date: Mon, 7 Apr 2003 18:53:50 +0000 (+0000) Subject: Properly find Xerces-C 2.2 (it needs a namespace) X-Git-Tag: 2.4~2483 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=a4d224fbfd82637f87f2f1c4cb69a9e70806c52b Properly find Xerces-C 2.2 (it needs a namespace) git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@355 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configure.ac b/configure.ac index b8e8a4b..f034b08 100644 --- a/configure.ac +++ b/configure.ac @@ -102,7 +102,7 @@ saved_LIBS="$LIBS" LIBS="-lxerces-c $LIBS" AC_TRY_LINK( [#include ], - [XMLPlatformUtils::Initialize()], + [xercesc::XMLPlatformUtils::Initialize()], [AC_DEFINE(HAVE_LIBXERCESC,1,[Define if Xerces-C library was found])], [AC_MSG_ERROR([unable to link with Xerces]) LIBS="$saved_LIBS"