summaryrefslogtreecommitdiff
path: root/gl/m4/fdopendir.m4
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-25 17:11:21 +0000
committerColin Watson <cjwatson@debian.org>2020-02-25 17:11:21 +0000
commitea9974fa9eea80f19126edbd7e132186d153d2b2 (patch)
tree5f722c1f0c58d3ee73321f7e1e6ef9f5b13ec6a3 /gl/m4/fdopendir.m4
parentf2bcbd87a94c08fae249f6cc9c9fbc07aa49ef5f (diff)
parent639597d354c5b57145d6d53b079aeb4e2060d42b (diff)
Import man-db_2.9.1.orig.tar.xz
Diffstat (limited to 'gl/m4/fdopendir.m4')
-rw-r--r--gl/m4/fdopendir.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/gl/m4/fdopendir.m4 b/gl/m4/fdopendir.m4
index b2b3b037..d9cc1a00 100644
--- a/gl/m4/fdopendir.m4
+++ b/gl/m4/fdopendir.m4
@@ -1,7 +1,7 @@
-# serial 11
+# serial 12
# See if we need to provide fdopendir.
-dnl Copyright (C) 2009-2019 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -49,8 +49,8 @@ DIR *fdopendir (int);
*-gnu*) gl_cv_func_fdopendir_works="guessing yes" ;;
# Guess yes on musl systems.
*-musl*) gl_cv_func_fdopendir_works="guessing yes" ;;
- # If we don't know, assume the worst.
- *) gl_cv_func_fdopendir_works="guessing no" ;;
+ # If we don't know, obey --enable-cross-guesses.
+ *) gl_cv_func_fdopendir_works="$gl_cross_guess_normal" ;;
esac
])])
case "$gl_cv_func_fdopendir_works" in