From 2ea536ab12c83d870659c37caaf5c9130974262c Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 6 Mar 2009 22:11:07 +0000 Subject: [PATCH] Fix type check. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.1.4