Salome HOME
Issue 0020352: Compatibility native qt4 on mandriva 2009.1 for check_qt
authorvsr <vsr@opencascade.com>
Mon, 18 May 2009 08:46:31 +0000 (08:46 +0000)
committervsr <vsr@opencascade.com>
Mon, 18 May 2009 08:46:31 +0000 (08:46 +0000)
adm_local/unix/config_files/check_qt.m4

index 5859b6afce7671fdbb82edea677fbff19921a807..a2a3d60d1046ff6a8f04b06629dbc5c148b84b8b 100644 (file)
@@ -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