From 0beb6f061698f56e9d586a3b755328de0711c981 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 31 Dec 2008 18:15:40 +0000 Subject: [PATCH] Fix BinMemInputStream test. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); ], -- 2.1.4