summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-07 20:37:09 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-02-07 20:37:34 -0800
commit97f54920a3c2bd9a536ef8c1cb7667584bd84eaf (patch)
treeaf45b01ac9a437a9449ebbad9c2175e4fb8b587c /ChangeLog
parent7a5061a0527b9fcaeedf48e8f5056dd80e77aa98 (diff)
downloadgnulib-97f54920a3c2bd9a536ef8c1cb7667584bd84eaf.tar.gz
nullptr: test for compilers at autoconf-time
* m4/nullptr.m4 (gl_NULLPTR): Test for C and C++ compiler usage at autoconf-time. This should work better than testing at configure-time. Also, push and pop languages so we check the proper compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 624afb7e95..09317e6b89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-02-07 Paul Eggert <eggert@cs.ucla.edu>
+ nullptr: test for compilers at autoconf-time
+ * m4/nullptr.m4 (gl_NULLPTR): Test for C and C++ compiler usage at
+ autoconf-time. This should work better than testing at
+ configure-time. Also, push and pop languages so we check the
+ proper compiler.
+
nullptr: test for C++ nullptr at configure-time
* m4/nullptr.m4 (gl_NULLPTR): Test for C++ support for nullptr
at configure-time, as we already do for C support.