--- configure.new	2005-09-05 18:32:44.000000000 +0100
+++ configure	2005-09-05 18:33:04.000000000 +0100
@@ -1363,7 +1363,7 @@
     qtmocexe=`which moc`
     if test $? -ne 0 ; then
        for i in $QTDIR $QTDIR/bin /usr/local/bin /usr/local/qt/bin /usr/bin \
-           /usr/qt3/bin ; do
+           /usr/qt3/bin /usr/share/qt3/bin/ ; do
 	  if test -x $i/moc ; then
 	      qtmocexe=$i/moc
 	      break


