Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compute correctly whether we are on 32bits
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Jun 2007 14:07:36 +0000 (14:07 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 8 Jun 2007 14:07:36 +0000 (14:07 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3594 48e7efb5-ca39-0410-a469-dd3cf9ba447f

acmacro/gras_arch.m4

index d03b52c..c10677c 100644 (file)
@@ -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))
 
 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
 
 AC_MSG_CHECKING(the maximal size of scalar)
 ac_cv_sizeof_max=0