From: cantor Date: Wed, 31 Dec 2008 18:15:40 +0000 (+0000) Subject: Fix BinMemInputStream test. X-Git-Tag: 1.4.1~276 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=8b7d54916d724d05f5920dcb4e36569bf9fa76ac Fix BinMemInputStream test. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@555 de75baf8-a10c-0410-a50a-987c0e22f00f --- diff --git a/configure.ac b/configure.ac index c00d6d0..7c7d1a1 100644 --- a/configure.ac +++ b/configure.ac @@ -179,9 +179,9 @@ AC_TRY_COMPILE([#include ], [AC_MSG_RESULT([no])]) AC_MSG_CHECKING([whether Xerces BinInputStream requires getContentType]) -AC_TRY_COMPILE([#include ], +AC_TRY_COMPILE([#include ], [using namespace XERCES_CPP_NAMESPACE; - char buf[1024]; + XMLByte buf[1024]; BinMemInputStream in(buf,1024); in.getContentType(); ],