X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3a67c75ca6f6cbc8efe367c85ccd29f40139c35..51ee2aa32d1b543b40c4e8a0322a286263383a52:/acmacro/gras_arch.m4 diff --git a/acmacro/gras_arch.m4 b/acmacro/gras_arch.m4 index ea8a73a9fa..4b01dff349 100644 --- a/acmacro/gras_arch.m4 +++ b/acmacro/gras_arch.m4 @@ -195,7 +195,7 @@ AC_DEFUN([GRAS_CHECK_STRUCT_COMPACTION], ]],[[switch (0) case 0: case (sizeof(struct s) == sizeof(double)+sizeof(char)):; - ]])],[gras_struct_packed=yes],[gras_struct_packed=no"]) + ]])],[gras_struct_packed=yes],[gras_struct_packed=no]) AC_MSG_RESULT($gras_struct_packed) if test x$gras_struct_packed = "xyes" ; then @@ -215,7 +215,7 @@ AC_DEFUN([GRAS_CHECK_STRUCT_COMPACTION], AC_MSG_RESULT($gras_struct_compact) if test x$gras_struct_compact != xyes ; then - AC_MSG_ERROR(GRAS works only on structure compacting architectures (yet)) + AC_MSG_ERROR([GRAS works only on structure compacting architectures (yet)]) fi AC_DEFINE_UNQUOTED(GRAS_STRUCT_COMPACT, 1, [Defined if structures are compacted when possible.