From: gdd Date: Wed, 9 Jan 2013 17:53:21 +0000 (+0000) Subject: Small modifications X-Git-Tag: V7_1_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_KERNEL_REFACTORING;p=plugins%2Fblsurfplugin.git Small modifications --- diff --git a/adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4 b/adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4 index d2a0914..2ca3d97 100644 --- a/adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4 +++ b/adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4 @@ -34,12 +34,12 @@ MESHGEMS_CADSURF_INCLUDES="" MESHGEMS_CADSURF_LIBS="" AC_ARG_WITH([meshgems], - [ --with_meshgems=DIR root directory path of MeshGems-CADSurf installation]) + [ --with-meshgems=DIR root directory path of MeshGems-CADSurf installation]) CADSURF_ok=no -if test "$with_meshgems" != "no" ; then - if test "$with_meshgems" == "yes" || test "$with_meshgems" == "auto"; then +if test "$with-meshgems" != "no" ; then + if test "$with-meshgems" == "yes" || test "$with-meshgems" == "auto"; then MESHGEMS_CADSURF_HOME="" else MESHGEMS_CADSURF_HOME="$with_meshgems" diff --git a/configure.ac b/configure.ac index a1f53a2..8b5ef1d 100644 --- a/configure.ac +++ b/configure.ac @@ -317,14 +317,6 @@ echo CHECK_HTML_GENERATORS -dnl echo -dnl echo --------------------------------------------- -dnl echo Testing BLSURF -dnl echo --------------------------------------------- -dnl echo -dnl -dnl CHECK_BLSURF - echo echo --------------------------------------------- echo Testing MeshGems-CADSurf