diff options
| author | Eli Zaretskii | 2020-03-23 16:37:27 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-03-23 16:37:27 +0200 |
| commit | d66331aea4d86db17da2a4965e020274e623fda0 (patch) | |
| tree | 747b7bef09d3a2d4cfc978ea242916ce501cba9c | |
| parent | f2351a689b8f8df840f1a21263612c7edb4b39f4 (diff) | |
| download | emacs-d66331aea4d86db17da2a4965e020274e623fda0.tar.gz emacs-d66331aea4d86db17da2a4965e020274e623fda0.zip | |
Don't build the Gnulib 'utimens' module on MinGW
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_utimens): Omit the
'utimens' module in the MinGW build: 'utimens' is not used by
Emacs, and 'fdutimens' is implemented in w32.c.
| -rw-r--r-- | nt/gnulib-cfg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/gnulib-cfg.mk b/nt/gnulib-cfg.mk index 08e83e028da..275fa61d3ff 100644 --- a/nt/gnulib-cfg.mk +++ b/nt/gnulib-cfg.mk | |||
| @@ -63,3 +63,4 @@ OMIT_GNULIB_MODULE_sys_time = true | |||
| 63 | OMIT_GNULIB_MODULE_sys_types = true | 63 | OMIT_GNULIB_MODULE_sys_types = true |
| 64 | OMIT_GNULIB_MODULE_unistd = true | 64 | OMIT_GNULIB_MODULE_unistd = true |
| 65 | OMIT_GNULIB_MODULE_canonicalize-lgpl = true | 65 | OMIT_GNULIB_MODULE_canonicalize-lgpl = true |
| 66 | OMIT_GNULIB_MODULE_utimens = true | ||