summaryrefslogtreecommitdiffstats
path: root/m4/ax_check_compile_flag.m4
Commit message (Collapse)AuthorAgeFilesLines
* Use -Wwrite-strings compiler flag if supported, add required macrosPavel Roskin2016-07-081-0/+74
String literals are const in C++. Using this warnings moves us closer to the stated goal of C++ compatibility, makes the code cleaner and lets compilers optimize the code better. Add m4/ax_append_compile_flags.m4 from Autoconf Archives for the AX_APPEND_COMPILE_FLAGS macro and m4/ax_check_compile_flag.m4 as its dependency.