mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 00:09:42 +05:00
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:
parent
b32f549272
commit
8318d78792
@ -51,6 +51,8 @@ fi
|
||||
|
||||
qt_ok=yes
|
||||
|
||||
QTDIR=$(echo $QTDIR | sed 's%[/]\+$%%')
|
||||
|
||||
AC_LANG_SAVE
|
||||
AC_LANG_CPLUSPLUS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user