From: dmv Date: Thu, 20 Dec 2007 07:00:25 +0000 (+0000) Subject: NPAL 18244 X-Git-Tag: for_M2008_07022008~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=467687ca23f49da28b37c46c4a0ead33bd6b6d32;p=modules%2Fgeom.git NPAL 18244 --- diff --git a/configure.ac b/configure.ac index eb28fd494..ff3c0dbfe 100644 --- a/configure.ac +++ b/configure.ac @@ -214,20 +214,19 @@ CORBA=adm_local/unix/$corba fi -echo -echo --------------------------------------------- -echo testing msg2qm -echo --------------------------------------------- -echo - -CHECK_MSG2QM - - GEOM_WITH_GUI=yes AM_CONDITIONAL(GEOM_ENABLE_GUI, [test "${GEOM_WITH_GUI}" = "yes"]) if test "${GEOM_WITH_GUI}" = "yes"; then + echo + echo --------------------------------------------- + echo testing msg2qm + echo --------------------------------------------- + echo + + CHECK_MSG2QM + echo echo --------------------------------------------- echo testing openGL @@ -320,7 +319,13 @@ echo --------------------------------------------- echo 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" +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 do