aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-01-27 14:47:23 +0100
committerJonathan Wakely <jwakely@redhat.com>2024-06-27 14:22:26 +0100
commit6e33ffd543257a1a599b51201e9db95b070dbf84 (patch)
treecef9fa1312c2eb605ca4c801706ba93032369963
parentf4cdbf1f757fa9525d70780546d7daa43dfb129f (diff)
downloadgcc-6e33ffd543257a1a599b51201e9db95b070dbf84.zip
gcc-6e33ffd543257a1a599b51201e9db95b070dbf84.tar.gz
gcc-6e33ffd543257a1a599b51201e9db95b070dbf84.tar.bz2
libstdc++: fix typo in acinclude.m4.
PR libstdc++/104259 libstdc++-v3/ChangeLog: * acinclude.m4: Fix typo. * configure: Regenerate. (cherry picked from commit 14f339894db6ca7fe4772d5528c726694d2517c4)
-rw-r--r--libstdc++-v3/acinclude.m42
-rwxr-xr-xlibstdc++-v3/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 696756a..e2a1260 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -4834,7 +4834,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
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 316c19a..64f2552 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -76851,7 +76851,7 @@ fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $glibcxx_cv_fdopendir" >&5
$as_echo "$glibcxx_cv_fdopendir" >&6; }
- if test $glibcxx_cv_truncate = yes; then
+ if test $glibcxx_cv_fdopendir = yes; then
$as_echo "#define HAVE_FDOPENDIR 1" >>confdefs.h