- configure.ac is unnecessarily using new bash syntax += breaking build for
older systems
- configure.ac is wrongly passing preprocessor -D flags from CXXFLAGS instead
of CPPFLAGS, and also overrides environment flags while doing so
The attached patch cleans up the configure.ac to work on older systems, user
properly CPPFLAGS and not override system CXXFLAGS
Original issue reported on code.google.com by ssuomi...@unk.fi on 9 Jan 2011 at 2:04
Original issue reported on code.google.com by
ssuomi...@unk.fi
on 9 Jan 2011 at 2:04Attachments: