----- 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. anyway, ack, although I can't promise we'll continue to enforce it. _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
