Comment 44 for bug 1488079

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Around line 1120, the CPPFLAGS are temporarily saved prior to checking for the existence of glibmm/threads.h and then restored afterwards. However, the CXXFLAGS (i.e., C++ only) are still kept as a separate variable.

Actually, the threads.h issue is not really handled correctly in configure.ac so this entire chunk can be removed, as you suggest. Instead, the issue should be fixed by ensuring that headers are included in files in the correct order. I'll have a sweep through later