summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <emanuele.giaquinta@gmail.com>2021-05-14 09:07:23 +0300
committerEric Blake <eblake@redhat.com>2021-06-30 14:59:44 -0500
commitf982d9e4e14d84df4801a4354d508b2c66e6166e (patch)
treeaadf8184f1153d44a4589c4b44d045d7939a2f14
parentf460883035ef849a2248b1713f711292ec19f4f0 (diff)
downloadautoconf-f982d9e4e14d84df4801a4354d508b2c66e6166e.tar.gz
doc: fix typo in variable name
Message-Id: <YJ4Tm3WEkv86L/YV@FSAPPLE2215.fi.f-secure.com> (tiny change)
-rw-r--r--doc/autoconf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 7b42dd6a..33cebc37 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -7887,7 +7887,7 @@ ISO Standard C++ features with extensions, preferring the newest edition
of the C++ standard that is supported. Currently the newest edition
Autoconf knows how to detect support for is ISO C++ 2011. After calling
this macro, you can check whether the C++ compiler has been set to
-accept standard C++ by inspecting the shell variable @code{ac_prog_cc_stdc}.
+accept standard C++ by inspecting the shell variable @code{ac_prog_cxx_stdcxx}.
Its value will be @samp{cxx11} or @samp{cxx98}, respectively,
if the C++ compiler has been set to use the 2011 or 1990 edition of the
C++ standard, and @samp{no} if the compiler does not support compiling