mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
site: move ac_cv_func_fnmatch_works to libc files
ac_cv_func_fnmatch_works (as set by AC_FUNC_FNMATCH) checks if the libc has a POSIX-compliant fnmatch() implementation. This isn't architecture specific, so move the definition to common-glibc and common-musl after verifying the correct result. (From OE-Core rev: b81ae7affa25eaad016c3ed347a9c4fef0bfee45) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b6fe561023
commit
2c7663d724
@@ -44,9 +44,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
|
||||
# vim
|
||||
ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
|
||||
|
||||
# intercom
|
||||
ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
|
||||
|
||||
# lmbench
|
||||
ac_cv_uint=${ac_cv_unit=yes}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user