diff options
author | Andrei Pavel <andrei@isc.org> | 2020-11-12 11:18:02 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-11-16 12:22:51 +0100 |
commit | 6709260cdaa35a232de89b2397cf3ee228dad70d (patch) | |
tree | 32622a7fd38215800425df4b282de3af6b92e8fd /m4macros/ax_cpp11.m4 | |
parent | [#1442] Removed datadir reset from clear (diff) | |
download | kea-6709260cdaa35a232de89b2397cf3ee228dad70d.tar.xz kea-6709260cdaa35a232de89b2397cf3ee228dad70d.zip |
[#1492] explicit messages for missing headers
Diffstat (limited to 'm4macros/ax_cpp11.m4')
-rw-r--r-- | m4macros/ax_cpp11.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/ax_cpp11.m4 b/m4macros/ax_cpp11.m4 index 6176728016..8efa2e1eed 100644 --- a/m4macros/ax_cpp11.m4 +++ b/m4macros/ax_cpp11.m4 @@ -199,7 +199,7 @@ for retry in "none" "--std=c++11" "--std=c++0x" "--std=c++1x" "fail"; do [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) continue]) - + AC_MSG_CHECKING(condition variable support) feature="condition variable" AC_COMPILE_IFELSE( @@ -212,7 +212,7 @@ for retry in "none" "--std=c++11" "--std=c++0x" "--std=c++1x" "fail"; do [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) continue]) - + AC_MSG_CHECKING(atomic support) feature="atomic" AC_COMPILE_IFELSE( |