Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Die on error when determining minimal type boundary
[simgrid.git] / acmacro / gras_arch.m4
index d58ce03..ab62c58 100644 (file)
@@ -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