]> sigrok.org Git - libsigrok.git/commit
configure.ac: check for highest available C++17/C++14/C++11 standard
authorGerhard Sittig <redacted>
Mon, 21 Nov 2022 17:50:18 +0000 (18:50 +0100)
committerGerhard Sittig <redacted>
Thu, 24 Nov 2022 12:47:02 +0000 (13:47 +0100)
commitcbcc060d9409585ca237706896e9a8d21fa5b376
tree308322590190de2d08da36917d51950530dff389
parentc64bc75db0733eb7506740f152a4fb110765c82f
configure.ac: check for highest available C++17/C++14/C++11 standard

There are external libraries (boost, glibmm) as well as platforms (Mac
OSX 12) which "require" C++ language standards above 11. Detect the
highest available standard which is supported by the compiler.

Use a "have modern C++" variable to improve robustness and readability
of the C++ language standard check.
configure.ac