From: mquinson Date: Mon, 15 Nov 2004 13:23:12 +0000 (+0000) Subject: Die on error when determining minimal type boundary X-Git-Tag: v3.3~4841 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5ecc96cd9ae9894b1e23117b28f5d794ceb622f7?hp=8d5f170a81097358554ee2ac07aee0bcca1b8d72 Die on error when determining minimal type boundary git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@509 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/acmacro/gras_arch.m4 b/acmacro/gras_arch.m4 index d58ce03223..ab62c58f1c 100644 --- a/acmacro/gras_arch.m4 +++ b/acmacro/gras_arch.m4 @@ -120,6 +120,9 @@ AC_DEFUN([GRAS_STRUCT_BOUNDARY], done ]) AC_MSG_RESULT($GRAS_STRUCT_BOUNDARY_RES) + if test x$GRAS_STRUCT_BOUNDARY_RES = x ; then + AC_MSG_ERROR([Cannot determine the minimal alignment boundary of $1 in structures]) + fi ]) # GRAS_ARCH(): check the gras_architecture of this plateform