GNOME Bugzilla – Bug 501108
configure.ac: Remove leading "Xs" in conditionals
Last modified: 2007-12-02 21:35:03 UTC
The attached patch removes the leading Xs in variables and literals in conditional expressions except for two conditionals: a) 423: if test "x$PYTHON" = "x:"; then b) 802 if test "x$LSB_DISTRIBUTOR" = "x"; then Cheers
Created attachment 100063 [details] [review] remove leading x in variables/literals in conditionals with exception
Thanks. Landed in r7748.