From a31d4ccacb30d72bf55a703f55f8f07e6196e819 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 9 Oct 2009 14:49:56 +0000 Subject: [PATCH] Fix for Mandriva 2009.0 --- adm_local/unix/config_files/check_qt.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adm_local/unix/config_files/check_qt.m4 b/adm_local/unix/config_files/check_qt.m4 index 44f238b49..d98fff260 100644 --- a/adm_local/unix/config_files/check_qt.m4 +++ b/adm_local/unix/config_files/check_qt.m4 @@ -330,13 +330,14 @@ then CXXFLAGS="$CXXFLAGS $QT_INCLUDES" LIBS_old=$LIBS - if test "x$QTDIR" = "x/usr" - then + if test "x$QTDIR" = "x/usr" ; then QT_LIB_DIR="" elif test -d ${QTDIR}/lib; then QT_LIB_DIR="-L$QTDIR/lib" elif test -d ${QTDIR}/lib64; then QT_LIB_DIR="-L$QTDIR/lib64" + elif test "x$QTDIR" = "x/usr/lib/qt4" ; then + QT_LIB_DIR="" else AC_MSG_ERROR(Can't detect of Qt library directory ) qt_ok=no -- 2.39.2