mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Fix MinGW64 build broken by changes in emacsclient.c
* nt/gnulib-cfg.mk (getdelim, getline): Do not omit. It is now needed for 'emacsclient', but MinGW64 doesn't have it in its runtime libraries (mingw.org's MinGW does have it). (Bug#80770)
This commit is contained in:
parent
5a5801fc24
commit
cde6878f9d
1 changed files with 0 additions and 2 deletions
|
|
@ -56,8 +56,6 @@ OMIT_GNULIB_MODULE_file-has-acl = true
|
|||
OMIT_GNULIB_MODULE_free-posix = true
|
||||
OMIT_GNULIB_MODULE_fsusage = true
|
||||
OMIT_GNULIB_MODULE_futimens = true
|
||||
OMIT_GNULIB_MODULE_getdelim = true
|
||||
OMIT_GNULIB_MODULE_getline = true
|
||||
OMIT_GNULIB_MODULE_inttypes-h-incomplete = true
|
||||
OMIT_GNULIB_MODULE_issymlink = true
|
||||
OMIT_GNULIB_MODULE_issymlinkat = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue