From 509736df03ab69b2fa6eddb6a2b0d022babda6a9 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Mon, 16 Nov 2009 14:35:56 +0000 Subject: [PATCH] Additional small fix to make correct check of QTDIR even if it is specified with leading slash symbols (e.g. /usr/lib/qt3/) --- adm_local/unix/config_files/check_qt.m4 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2