From 645fc93621727eed88cbc92e1a7b2c4a1abf9b05 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 27 Mar 2013 12:50:29 +0000 Subject: [PATCH] Fix misprint in check procedure --- salome_adm/unix/config_files/check_simanio.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome_adm/unix/config_files/check_simanio.m4 b/salome_adm/unix/config_files/check_simanio.m4 index 6c3f57cb3..d6f8a6935 100644 --- a/salome_adm/unix/config_files/check_simanio.m4 +++ b/salome_adm/unix/config_files/check_simanio.m4 @@ -32,7 +32,7 @@ AC_ARG_WITH(simanio, AC_MSG_RESULT("select $withval as path to SimanIO installation") ]) -if test "x$SIMANIO_DIR" = "x" ; then +if test "x$SIMANIODIR" = "x" ; then # no --with-simanio option used if test "x$SIMANIO_ROOT_DIR" != "x" ; then # SIMANIO_ROOT_DIR environment variable defined -- 2.39.2