mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
Avoid run-time dependency on libwinpthread DLL on MS-Windows
* nt/mingw-cfg.site (ac_cv_search_clock_gettime) (ac_cv_func_clock_gettime, ac_cv_func_clock_settime): Force to not present, so that MinGW64 builds don't depend on libwinpthread. (Bug#22959)
This commit is contained in:
parent
f24004906e
commit
798caa12af
@ -40,6 +40,12 @@ gl_cv_sys_struct_timespec_in_pthread_h=no
|
||||
# Or at all...
|
||||
ac_cv_header_pthread_h=no
|
||||
|
||||
# We don't want to check for these functions
|
||||
# because they are implemented in libwinpthread.
|
||||
ac_cv_search_clock_gettime="none required"
|
||||
ac_cv_func_clock_gettime=no
|
||||
ac_cv_func_clock_settime=no
|
||||
|
||||
# ACL functions are implemented in w32.c
|
||||
ac_cv_search_acl_get_file="none required"
|
||||
ac_cv_func_acl_get_file=yes
|
||||
|
Loading…
Reference in New Issue
Block a user