From 4abb218f183059370163623e1c08d8521ec64778 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 7 May 2007 10:52:46 +0000 Subject: [PATCH] Porting to Qt4 --- salome_adm/unix/config_files/check_qt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome_adm/unix/config_files/check_qt.m4 b/salome_adm/unix/config_files/check_qt.m4 index 782b52968..d0a5eee51 100644 --- a/salome_adm/unix/config_files/check_qt.m4 +++ b/salome_adm/unix/config_files/check_qt.m4 @@ -157,7 +157,7 @@ then else AC_PATH_PROG(LRELEASE, lrelease) fi - if test "x$LRELEASE = "x" + if test "x$LRELEASE" = "x" then qt_ok=no AC_MSG_RESULT(lrelease (Qt translation files compiler) is not in the PATH variable) -- 2.39.2