aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-01-27 14:47:23 +0100
committerMartin Liska <mliska@suse.cz>2022-01-27 15:34:06 +0100
commit14f339894db6ca7fe4772d5528c726694d2517c4 (patch)
tree4f258147ad59fb439d93fec151437b820f28eeb6 /libstdc++-v3/acinclude.m4
parent0c0f453c4af4880c522c8472c33eef42bee9eda1 (diff)
downloadgcc-14f339894db6ca7fe4772d5528c726694d2517c4.zip
gcc-14f339894db6ca7fe4772d5528c726694d2517c4.tar.gz
gcc-14f339894db6ca7fe4772d5528c726694d2517c4.tar.bz2
libstdc++: fix typo in acinclude.m4.
PR libstdc++/104259 libstdc++-v3/ChangeLog: * acinclude.m4: Fix typo. * configure: Regenerate.
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 7b6b807..a932520 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -4744,7 +4744,7 @@ dnl
[glibcxx_cv_fdopendir=yes],
[glibcxx_cv_fdopendir=no])
])
- if test $glibcxx_cv_truncate = yes; then
+ if test $glibcxx_cv_fdopendir = yes; then
AC_DEFINE(HAVE_FDOPENDIR, 1, [Define if fdopendir is available in <dirent.h>.])
fi
dnl