abort-debug: Don't assume that signal SIGABRT is unmasked and unhandled.
[gnulib.git] / m4 / wcsftime.m4
blobf36744753765d203a5f0f25d860929b920d75513
1 # wcsftime.m4
2 # serial 2
3 dnl Copyright (C) 2017-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_FUNC_WCSFTIME],
10   AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
11   AC_REQUIRE([AC_CANONICAL_HOST])
12   AC_CHECK_FUNCS_ONCE([wcsftime])
13   if test $ac_cv_func_wcsftime = no; then
14     HAVE_WCSFTIME=0
15   else
16     case "$host_os" in
17       mingw* | windows*) REPLACE_WCSFTIME=1 ;;
18     esac
19   fi