From: adam Date: Mon, 3 May 2010 07:59:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: translate_resources_09Jul10~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dbe87ac43a2b6fa5475fe4f0ff0d1706087e581e;p=plugins%2Fnetgenplugin.git *** empty log message *** --- diff --git a/adm_local/unix/config_files/check_NETGEN.m4 b/adm_local/unix/config_files/check_NETGEN.m4 index 085c657..3501368 100644 --- a/adm_local/unix/config_files/check_NETGEN.m4 +++ b/adm_local/unix/config_files/check_NETGEN.m4 @@ -234,10 +234,15 @@ namespace nglib { if test "x$Netgen_ok" == xno ; then AC_MSG_RESULT(no) - AC_MSG_WARN(Netgen libraries not found or not properly installed) + AC_MSG_ERROR(Netgen libraries not found or not properly installed) else AC_MSG_RESULT(yes) fi + +else + + AC_MSG_ERROR(Netgen libraries not found. Please define NETGENHOME or use --with-netgen option) + fi AC_SUBST(NETGEN_INCLUDES)