Since there is an idl precompilation directive in SMESH_BasicHypothesis.idl

file, a -DHAVE_NETGEN idl has to be added when compiling SMESH with netgen to
the idl c++ flags as well as to the idl python flags.
This commit is contained in:
nadir 2003-12-16 15:27:48 +00:00
parent 0cce2b323f
commit 47e405c5ea

View File

@ -112,6 +112,8 @@ else
AC_MSG_RESULT(yes)
NETGEN_LIBS="-lNETGEN"
CPPFLAGS="${CPPFLAGS} -DHAVE_NETGEN"
IDLCXXFLAGS="${IDLCXXFLAGS} -DHAVE_NETGEN"
IDLPYFLAGS="${IDLPYFLAGS} -DHAVE_NETGEN"
fi
fi
AC_SUBST(NETGEN_INCLUDES)