From b468e31dcd2ecb0c005ad7360e890b1d3b7c8591 Mon Sep 17 00:00:00 2001 From: gdd Date: Wed, 9 Jan 2013 17:53:21 +0000 Subject: [PATCH] Small modifications --- adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4 | 6 +++--- configure.ac | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) 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 -- 2.39.2