After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 501108 - configure.ac: Remove leading "Xs" in conditionals
configure.ac: Remove leading "Xs" in conditionals
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Build
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-02 20:29 UTC by Jan Alonzo
Modified: 2007-12-02 21:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
remove leading x in variables/literals in conditionals with exception (4.78 KB, patch)
2007-12-02 20:30 UTC, Jan Alonzo
committed Details | Review

Description Jan Alonzo 2007-12-02 20:29:41 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
Comment 1 Jan Alonzo 2007-12-02 20:30:41 UTC
Created attachment 100063 [details] [review]
remove leading x in variables/literals in conditionals with exception
Comment 2 Jan Alonzo 2007-12-02 21:35:03 UTC
Thanks. Landed in r7748.