[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] xen.vncserver-quiet-configure.patch



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@xxxxxxxxxxxxxxx>
Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.