]> granicus.if.org Git - graphviz/commit
remove C++11 check when compiling with Qt5
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Jan 2021 21:55:57 +0000 (13:55 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Jan 2021 18:24:57 +0000 (10:24 -0800)
commit57ae7a190543449743d050c40b28f734dfd4a79b
treee6ae67f889755ca2ffbceb4c0d14537d6347d341
parenta74e0e104e114bcf890eb8419a0bf02a22e01d84
remove C++11 check when compiling with Qt5

The build now requires C++11 at the top level, so any Qt5 code can assume C++11
is available and the relevant compiler flag(s) have already been appended.
Related to #1832.
configure.ac
m4/README
m4/ax_check_compile_flag.m4 [deleted file]