mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
libstdc++: fix typo in acinclude.m4.
PR libstdc++/104259 libstdc++-v3/ChangeLog: * acinclude.m4: Fix typo. * configure: Regenerate.
This commit is contained in:
parent
0c0f453c4a
commit
14f339894d
@ -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
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -77080,7 +77080,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user