diff -r 915d5af5dc18 tools/ioemu/configure --- a/tools/ioemu/configure Wed May 03 13:33:01 2006 +0100 +++ b/tools/ioemu/configure Fri May 05 13:47:45 2006 +1000 @@ -230,7 +230,7 @@ fi if test -z "$vnc"; then -if libvncserver-config --version >& /dev/null; then +if libvncserver-config --version > /dev/null 2>&1; then vnc=yes else vnc=no