select: Document a Haiku bug.
[gnulib.git] / m4 / wcsxfrm.m4
bloba1302bebac0551bac25daeb2021ffc95882b34ed
1 # wcsxfrm.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.
7 dnl This file is offered as-is, without any warranty.
9 AC_DEFUN([gl_FUNC_WCSXFRM],
11   AC_REQUIRE([gl_WCHAR_H_DEFAULTS])
12   AC_CHECK_FUNCS_ONCE([wcsxfrm])
13   if test $ac_cv_func_wcsxfrm = no; then
14     HAVE_WCSXFRM=0
15   fi