GNOME Bugzilla – Bug 437205
gcc flags breaking build on Solaris
Last modified: 2007-05-09 16:35:25 UTC
configure.ac adds gcc specific flags (-Wall, -std=c9x, -fno-strict-aliasing) to CFLAGS. These break the build on Solaris. Attached patch checks whether gcc is being used before adding the flags.
Created attachment 87890 [details] [review] Check that gcc being used before adding gcc-specific build flags
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 339924 ***