--- configure.orig Mon Sep 3 19:43:07 2001 +++ configure Mon Sep 3 19:43:44 2001 @@ -1099,13 +1099,13 @@ for dir in $with_qt_moc $with_qt_dir $QTDIR /usr/local/qt /usr/lib/qt /usr/bin /bin /usr/local do - if test -f $dir/moc + if test -f $dir/moc2 then QTMOCDIR=$dir echo "found in $QTMOCDIR" break else - if test -f $dir/bin/moc + if test -f $dir/bin/moc2 then QTMOCDIR=$dir/bin echo "found in $QTMOCDIR" @@ -1159,13 +1159,13 @@ for dir in $with_qt_libs $with_qt_dir $QTDIR /usr/local/qt /usr/lib/qt /usr/lib /usr/local/lib do - if test -f $dir/libqt.so + if test -f $dir/libqt2.so then QTLIBDIR=$dir echo "found in $QTLIBDIR" break else - if test -f $dir/lib/libqt.so + if test -f $dir/lib/libqt2.so then QTLIBDIR=$dir/lib echo "found in $QTLIBDIR"