mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
NPAL 18244
This commit is contained in:
parent
df391f9b95
commit
467687ca23
23
configure.ac
23
configure.ac
@ -214,20 +214,19 @@ CORBA=adm_local/unix/$corba
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo testing msg2qm
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
CHECK_MSG2QM
|
|
||||||
|
|
||||||
|
|
||||||
GEOM_WITH_GUI=yes
|
GEOM_WITH_GUI=yes
|
||||||
|
|
||||||
AM_CONDITIONAL(GEOM_ENABLE_GUI, [test "${GEOM_WITH_GUI}" = "yes"])
|
AM_CONDITIONAL(GEOM_ENABLE_GUI, [test "${GEOM_WITH_GUI}" = "yes"])
|
||||||
|
|
||||||
if test "${GEOM_WITH_GUI}" = "yes"; then
|
if test "${GEOM_WITH_GUI}" = "yes"; then
|
||||||
|
echo
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo testing msg2qm
|
||||||
|
echo ---------------------------------------------
|
||||||
|
echo
|
||||||
|
|
||||||
|
CHECK_MSG2QM
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo testing openGL
|
echo testing openGL
|
||||||
@ -320,7 +319,13 @@ echo ---------------------------------------------
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
echo Configure
|
echo Configure
|
||||||
|
|
||||||
|
if test "${GEOM_WITH_GUI}" = "yes"; then
|
||||||
variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok Kernel_ok"
|
variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok Kernel_ok"
|
||||||
|
fi
|
||||||
|
if test "${GEOM_WITH_GUI}" = "no"; then
|
||||||
|
variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok hdf5_ok omniORB_ok boost_ok occ_ok doxygen_ok graphviz_ok Kernel_ok"
|
||||||
|
fi
|
||||||
|
|
||||||
for var in $variables
|
for var in $variables
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user