]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Migrate to SALOME 5.x and automake
authorvsr <vsr@opencascade.com>
Mon, 1 Sep 2008 04:03:20 +0000 (04:03 +0000)
committervsr <vsr@opencascade.com>
Mon, 1 Sep 2008 04:03:20 +0000 (04:03 +0000)
adm_local/unix/config_files/check_GHS3DPRL.m4

index 15ba26510c3c58697f03e56c583236a04d171ddc..604d3be2f2eeab55607f2027759639154d6ef1cb 100755 (executable)
@@ -63,13 +63,13 @@ else
       echo "GHS3DPRL(Tepal) commercial product to generate 3D tetrahedral mesh."
       echo
     
-      AC_MSG_CHECKING(for GHS3DPRL(Tepal) executable)
+      AC_CHECKING(for GHS3DPRL(Tepal) executable)
     
       AC_CHECK_PROG(GHS3DPRL,tepal,found)
     
       if test "x$GHS3DPRL" == x ; then
-        AC_MSG_RESULT(no)
         AC_MSG_WARN(Tepal program not found in PATH variable)
+        AC_MSG_WARN(Build plugin without GHS3DPRL)
       else
         GHS3DPRL_ok=yes
       fi