From: maintenance team Date: Mon, 16 Nov 2009 14:35:56 +0000 (+0000) Subject: Additional small fix to make correct check of QTDIR even if it is specified with... X-Git-Tag: V5_1_3rc3~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=509736df03ab69b2fa6eddb6a2b0d022babda6a9;p=modules%2Fgui.git Additional small fix to make correct check of QTDIR even if it is specified with leading slash symbols (e.g. /usr/lib/qt3/) --- diff --git a/adm_local/unix/config_files/check_qt.m4 b/adm_local/unix/config_files/check_qt.m4 index d98fff260..0f28aef7d 100644 --- a/adm_local/unix/config_files/check_qt.m4 +++ b/adm_local/unix/config_files/check_qt.m4 @@ -51,6 +51,8 @@ fi qt_ok=yes +QTDIR=$(echo $QTDIR | sed 's%[/]\+$%%') + AC_LANG_SAVE AC_LANG_CPLUSPLUS