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 667799 - Fix cross-compiling bug in configure.in
Fix cross-compiling bug in configure.in
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2012-01-12 18:26 UTC by Dan Winship
Modified: 2012-01-16 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix cross-compiling bug in configure.in (829 bytes, patch)
2012-01-12 18:26 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2012-01-12 18:26:34 UTC
I don't really get the point of this code (added in bug 591413), but
it causes pango to try to use the "local" C++ compiler even when
cross-compiling. Easy fix. (Well, actually, this patch probably breaks
passing $CCC when cross-compiling... you'd need to split it into two
checks or something...)
Comment 1 Dan Winship 2012-01-12 18:26:36 UTC
Created attachment 205124 [details] [review]
Fix cross-compiling bug in configure.in
Comment 2 Behdad Esfahbod 2012-01-15 00:05:22 UTC
Feel free to push.
Comment 3 Dan Winship 2012-01-16 20:09:25 UTC
Attachment 205124 [details] pushed as 92c58b4 - Fix cross-compiling bug in configure.in