Templates/config.site: gl_cv_func_fnmatch_posix=no

FreeBSD fnmatch(3) does not conform to POSIX.  Collating symbol
expressions, equivalence class expressions and character class
expressions are not supported.

This fixes make test in devel/gettext-tools.

PR:		277725
Exp-run by:	antoine
This commit is contained in:
Tijl Coosemans 2024-03-13 19:57:34 +01:00
parent d7511b9d00
commit b2238657fa
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@
: ${gl_cv_func_btowc_eof=yes}
: ${gl_cv_func_btowc_nul=yes}
: ${gl_cv_func_fcntl_f_dupfd_cloexec=yes}
: ${gl_cv_func_fnmatch_posix=yes}
: ${gl_cv_func_fnmatch_posix=no}
: ${gl_cv_func_fopen_slash=yes}
: ${gl_cv_func_frexp_no_libm=yes}
: ${gl_cv_func_fseeko=yes}