Additional small fix to make correct check of QTDIR environment variable even if it is specified (wrongly) with leading slash symbols (e.g. /usr/lib/qt3/)

This commit is contained in:
vsr 2009-11-16 14:39:39 +00:00
parent b32f549272
commit 8318d78792

View File

@ -51,6 +51,8 @@ fi
qt_ok=yes
QTDIR=$(echo $QTDIR | sed 's%[/]\+$%%')
AC_LANG_SAVE
AC_LANG_CPLUSPLUS