]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Additional small fix to make correct check of QTDIR even if it is specified with...
authormaintenance team <salome-mnt@opencascade.com>
Mon, 16 Nov 2009 14:35:56 +0000 (14:35 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Mon, 16 Nov 2009 14:35:56 +0000 (14:35 +0000)
adm_local/unix/config_files/check_qt.m4

index d98fff260536b1ecdb23b1cfd7e455b0731ff292..0f28aef7d9255db367155e1b234aecd3db2e682c 100644 (file)
@@ -51,6 +51,8 @@ fi
 
 qt_ok=yes
 
+QTDIR=$(echo $QTDIR | sed 's%[/]\+$%%')
+
 AC_LANG_SAVE
 AC_LANG_CPLUSPLUS