diff -Naur root.orig/configure root/configure --- root.orig/configure 2009-08-09 23:26:38.114699774 +0400 +++ root/configure 2009-08-09 23:29:30.098013908 +0400 @@ -2343,7 +2343,7 @@ for j in $i/moc-qt${qtvers} $i/moc-qt${qtvers}.exe $i/moc $i/moc.exe ; do if test -x $j ; then - moc_vers=`$j -v >/dev/stdout 2>&1 | \ + moc_vers=`$j -v >&1 2>&1 | \ sed -e 's/.*(Qt //' -e 's/\.[0-9]*\.[0-9][-0-9a-z]*)//'` if test ! "$moc_vers" = "$qtvers" ; then logmsg "$j: moc version ${moc_vers} does not match Qt version ${qtvers}"