On Fri, Jan 27, 2012 at 12:11:08PM -0500, Marc-André Lureau wrote:
> 
> 
> ----- Mensaje original -----
> > configure.ac was using 2 slightly different styles for have_foo
> > tests:
> > if test x"$have_foo" = "xyes"; then
> > and:
> > if test "x$have_foo" = "xyes"; then
> > 
> > Switch to the latter style everywhere for consistency.
> 
> Somehow, I thought the x"$foo" style was more conventionnal, but it seems
> not looking at other autoconf macros. Although it seems people mix it
> without second thoughts.

Yep, I'm more used to x"$foo" too, but no big deal :)

Christophe

Attachment: pgpfteaaVGxSA.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to