All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen.vncserver-quiet-configure.patch
@ 2005-05-24 21:07 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-05-24 21:07 UTC (permalink / raw)
  To: Ian Pratt, Keir Fraser; +Cc: xen-devel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-24 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24 21:07 [PATCH] xen.vncserver-quiet-configure.patch Arun Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.