summaryrefslogtreecommitdiff
path: root/m4/mkostemps.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mkostemps.m4')
-rw-r--r--m4/mkostemps.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/mkostemps.m4 b/m4/mkostemps.m4
index fdf6971496..2ce47d130f 100644
--- a/m4/mkostemps.m4
+++ b/m4/mkostemps.m4
@@ -1,4 +1,4 @@
-# mkostemps.m4 serial 3
+# mkostemps.m4 serial 4
dnl Copyright (C) 2009-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -14,5 +14,8 @@ AC_DEFUN([gl_FUNC_MKOSTEMPS],
gl_CHECK_FUNCS_ANDROID([mkostemps], [[#include <stdlib.h>]])
if test $ac_cv_func_mkostemps != yes; then
HAVE_MKOSTEMPS=0
+ case "$gl_cv_onwards_func_mkostemps" in
+ future*) REPLACE_MKOSTEMPS=1 ;;
+ esac
fi
])