From a9e16461aaec253a8033a41c75ed4940efb63069 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 1 Apr 2016 12:14:29 +0300 Subject: [PATCH] Additional correction of autoconf's check procedure for GUI, according the the changes introduced with commit 3b72f693 --- adm_local/unix/config_files/check_GUI.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adm_local/unix/config_files/check_GUI.m4 b/adm_local/unix/config_files/check_GUI.m4 index 8f20e3ed7..337f30334 100755 --- a/adm_local/unix/config_files/check_GUI.m4 +++ b/adm_local/unix/config_files/check_GUI.m4 @@ -53,9 +53,9 @@ else SALOME_GUI_DIR=${GUI_ROOT_DIR} else # search Salome binaries in PATH variable - AC_PATH_PROG(TEMP, SUITApp) + AC_PATH_PROG(TEMP, suitexe) if test "x${TEMP}" != "x" ; then - AC_MSG_RESULT(SUITApp was found at : ${TEMP}) + AC_MSG_RESULT(suitexe was found at : ${TEMP}) SALOME_BIN_DIR=`dirname ${TEMP}` SALOME_GUI_DIR=`cd ${SALOME_BIN_DIR}/../..; pwd` fi @@ -68,7 +68,7 @@ else # check GUI installation AC_CHECKING(for light GUI) - if test -f ${SALOME_GUI_DIR}/bin/salome/SUITApp ; then + if test -f ${SALOME_GUI_DIR}/bin/salome/suitexe ; then LightGUI_ok=yes AC_MSG_RESULT(Using SALOME GUI distribution in ${SALOME_GUI_DIR}) -- 2.39.2