To be able to build out-of-the-bos on fc5 with the qt4 from extras I
have to do something similar to:

Index: qt.m4
===================================================================
--- qt.m4       (revision 13974)
+++ qt.m4       (working copy)
@@ -443,6 +443,9 @@

        dnl pay attention to $QT4DIR unless overridden
        if test -z "$qt4_cv_dir"; then
+                if test -z "$QT4DIR"; then
+                        QT4DIR=/usr/lib/qt4
+                fi
                qt4_cv_dir=$QT4DIR
        fi

To have it compile without and other intervention.

Should I just commit this?

-- 
        Lgb

Reply via email to