When configure looks for VNC Server library installation by executing libvncserver-config, make sure we don''t print messages to the console if we cannot find the libvncserver-config program. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- xen-vmx/tools/ioemu/configure (revision 1102) +++ xen-vmx/tools/ioemu/configure (working copy) @@ -230,7 +230,7 @@ if test -z "$vnc"; then -if libvncserver-config --version > /dev/null; then +if libvncserver-config --version >& /dev/null; then vnc=yes else vnc=no _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel