Salome HOME
PR: qt.py could be in $PYQTLIB or in $PYQTLIB/qt
authorprascle <prascle>
Mon, 22 Mar 2004 07:25:55 +0000 (07:25 +0000)
committerprascle <prascle>
Mon, 22 Mar 2004 07:25:55 +0000 (07:25 +0000)
salome_adm/unix/config_files/check_pyqt.m4

index 8977452d2dd136f2f25a1fdbf4d8a336396109df..6764c325aac17b6ae050ecfd1a678ec4c2626d87 100644 (file)
@@ -56,6 +56,10 @@ if test "x$pyqt_ok" = xyes ; then
   AC_CHECK_FILES("$PYQTLIB/qt.py",pyqt_ok=yes,pyqt_ok=no)
 fi
 
+if test "x$pyqt_ok" = xno ; then
+  AC_CHECK_FILES("$PYQTLIB/qt/qt.py",pyqt_ok=yes,pyqt_ok=no)
+fi
+
 if test "x$pyqt_ok" = xyes ; then
   AC_CHECK_FILE("$PYQTLIB/libqtcmodule.so",pyqt_ok=yes,pyqt_ok=no)
 fi