dzprintf-gnu: Add tests.
[gnulib.git] / m4 / wcsspn.m4
blob5b20d8c7d9b7ca917dd905e74edf42a41dc1d8c3
1 # wcsspn.m4
2 # serial 2
3 dnl Copyright (C) 2011-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_WCSSPN],
10   AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
11   AC_CHECK_FUNCS_ONCE([wcsspn])
12   if test $ac_cv_func_wcsspn = no; then
13     HAVE_WCSSPN=0
14   fi