From: mquinson Date: Fri, 8 Jun 2007 14:07:36 +0000 (+0000) Subject: Compute correctly whether we are on 32bits X-Git-Tag: v3.3~1766 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f8bccbd1a37865dca02edc261b2a59aaaebec315 Compute correctly whether we are on 32bits git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3594 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/acmacro/gras_arch.m4 b/acmacro/gras_arch.m4 index d03b52cb4b..c10677c1d6 100644 --- a/acmacro/gras_arch.m4 +++ b/acmacro/gras_arch.m4 @@ -205,7 +205,7 @@ echo "$as_me:$LINENO: GRAS trace of this machine: $trace" >&AS_MESSAGE_LOG_FD AC_DEFINE_UNQUOTED(GRAS_THISARCH,$gras_arch,[defines the GRAS architecture signature of this machine]) AC_MSG_RESULT($gras_arch ($gras_arch_name)) -AM_CONDITIONAL(GRAS_ARCH_32_BITS,test $gras_size=32) +AM_CONDITIONAL(GRAS_ARCH_32_BITS,[test "$gras_size" = 32]) AC_MSG_CHECKING(the maximal size of scalar) ac_cv_sizeof_max=0