From: Scott Cantor Date: Wed, 31 Dec 2008 18:15:40 +0000 (+0000) Subject: Fix BinMemInputStream test. X-Git-Tag: 1.2.0~40 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=0beb6f061698f56e9d586a3b755328de0711c981 Fix BinMemInputStream test. --- 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(); ],