On 10/23/2012 02:03 AM, Christophe Fergeau wrote: >> >> +if test "x$have_gtk_vnc" != "xyes" -a "x$have_gtk_spice" != "xyes"; then > > IIRC > if test "x$have_gtk_vnc" != "xyes" && test "x$have_gtk_spice" != "xyes"; then > is better as it is more portable.
Correct - POSIX itself recommends against using 'test ... -a ...' -- Eric Blake [email protected] +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
