*** empty log message ***
This commit is contained in:
parent
49d190196a
commit
dbe87ac43a
@ -234,10 +234,15 @@ namespace nglib {
|
|||||||
|
|
||||||
if test "x$Netgen_ok" == xno ; then
|
if test "x$Netgen_ok" == xno ; then
|
||||||
AC_MSG_RESULT(no)
|
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
|
else
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
AC_MSG_ERROR(Netgen libraries not found. Please define NETGENHOME or use --with-netgen option)
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(NETGEN_INCLUDES)
|
AC_SUBST(NETGEN_INCLUDES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user