Salome HOME
Nettoyage code
[modules/adao.git] / adm_local / check_eficas.m4
index 70e7e4d039cccde18d2a973d73315d1f7aa2b64b..2f7f6b2675b09d0b13b88fa0e31ad43dbac90615 100644 (file)
@@ -5,8 +5,8 @@ AC_CHECKING(for Eficas)
 eficas_ok=no
 
 AC_ARG_WITH(eficas,
-           [  --with-eficas=DIR               root directory path of Eficas installation],
-           EFICAS_DIR=$withval,EFICAS_DIR="")
+            [  --with-eficas=DIR               root directory path of Eficas installation],
+               EFICAS_DIR=$withval,EFICAS_DIR="")
 
 if test "x$EFICAS_DIR" = "x" ; then
 
@@ -20,7 +20,6 @@ if test "x$EFICAS_DIR" = "x" ; then
   else
     AC_MSG_WARN("EFICAS_ROOT is not defined")
   fi
-
 fi
 
 if test "x$EFICAS_DIR" != "x" ; then
@@ -29,6 +28,6 @@ if test "x$EFICAS_DIR" != "x" ; then
 fi
 
 AC_MSG_RESULT(for Eficas: $eficas_ok)
+
 ])dnl
+