From: cantor Date: Fri, 6 Mar 2009 22:11:07 +0000 (+0000) Subject: Fix type check. X-Git-Tag: 1.4.1~265 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=f5347b8db8b591a5dd03d2d93d76208ca5e2491e Fix type check. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@566 de75baf8-a10c-0410-a50a-987c0e22f00f --- diff --git a/configure.ac b/configure.ac index ec8ed09..7caeb35 100644 --- a/configure.ac +++ b/configure.ac @@ -288,8 +288,7 @@ int i = 0; [#include ], [XSECPlatformUtils::Initialise()],, [AC_MSG_ERROR([unable to link with XML-Security])]) - AC_MSG_CHECKING([xsecsize_t]) - AC_CHECK_TYPE([xsecsize_t],[AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)]) + AC_CHECK_TYPE([xsecsize_t],[AC_DEFINE([HAVE_XSECSIZE_T], [1], [Define to 1 if you have the 'xsecsize_t' type.])]) # restore master libs LIBS="$save_LIBS"