diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-15 20:06:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-15 20:06:26 +0300 |
commit | 9e5b5c79347e78cead061af5ef077c9a6d401bba (patch) | |
tree | 6090ddc47f4d4657965bb36601ce545ebfc8b19c /nt/mingw-cfg.site | |
parent | d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1 (diff) | |
download | emacs-9e5b5c79347e78cead061af5ef077c9a6d401bba.tar.gz |
Fixed nt/mingw-cfg.site to pass the configure step.
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r-- | nt/mingw-cfg.site | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 78bfa2bb758..8faf8e0dafe 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -4,8 +4,13 @@ # We want to use getopt.h from gnulib ac_cv_header_getopt_h=no -# Implemented in w32.c +# ACL functions are implemented in w32.c +ac_cv_search_acl_get_file="none required" +ac_cv_func_acl_get_file=yes ac_cv_func_acl_set_file=yes +ac_cv_func_acl_free=yes +ac_cv_func_acl_from_text=yes +gl_cv_func_working_acl_get_file=yes # Autoconf's test program is not smart enough, and fails to detect gethostname ac_cv_func_gethostname=yes # Implemented as sys_select in w32proc.c |