From: vsr Date: Mon, 7 May 2007 10:52:46 +0000 (+0000) Subject: Porting to Qt4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4abb218f183059370163623e1c08d8521ec64778;p=modules%2Fkernel.git Porting to Qt4 --- 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)