mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 02:50:34 +05:00
Issue 0020352: Compatibility native qt4 on mandriva 2009.1 for check_qt
This commit is contained in:
parent
802997cf75
commit
af7caec60f
@ -94,6 +94,15 @@ else
|
||||
else
|
||||
dnl Using QTDIR environment variable
|
||||
AC_MSG_RESULT(QTDIR is $QTDIR)
|
||||
dnl
|
||||
if test $QTDIR = /usr/lib/qt3 ; then
|
||||
if test -d /usr/lib/qt4 ; then
|
||||
AC_MSG_RESULT(it is strange for a qt4 installation !)
|
||||
AC_MSG_RESULT(/usr/lib/qt4 is present)
|
||||
AC_MSG_RESULT(replacing QTDIR by /usr/lib/qt4)
|
||||
QTDIR=/usr/lib/qt4
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -323,7 +332,7 @@ then
|
||||
CXXFLAGS="$CXXFLAGS $QT_INCLUDES"
|
||||
|
||||
LIBS_old=$LIBS
|
||||
if test "x$QTDIR" = "x/usr"
|
||||
if test "x$QTDIR" = "x/usr" || test "x$QTDIR" = "x/usr/lib/qt4"
|
||||
then
|
||||
QT_LIB_DIR=""
|
||||
elif test -d ${QTDIR}/lib; then
|
||||
|
Loading…
Reference in New Issue
Block a user