From: Francis Dupont Date: Fri, 27 Sep 2019 08:29:13 +0000 (+0200) Subject: [918-check-c-11-thread-support-in-configure] Added ChangeLog entry for thread & co... X-Git-Tag: tmark-pre-35~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=984c2b6cffa15efa2ae3ce82371a1a8ec7815523;p=thirdparty%2Fkea.git [918-check-c-11-thread-support-in-configure] Added ChangeLog entry for thread & co checks --- diff --git a/ChangeLog b/ChangeLog index a01f379666..3c91f769e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1667. [build] fdupont + The availability of C++11 thead, mutex, condition variable and + atomic librairies is now checked by ./configure. + (Gitlab #918,!520, git baf4097520c1cd38366ee4f33a95dde040906e9e) + 1666. [doc] tmark Added note in ARM about manually admining cb data being possible but not supported.