mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
config.mak.uname: add HAVE_GETDELIM to the cygwin section
Cygwin has provided the getdelim() function as far back as (at least) 2011. The autoconf and meson builds enable the use of this symbol. In order to have the same configuration for autoconf, meson and make, enable the HAVE_GETDELIM build variable in the cygwin section of the config.mak.uname file. Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
064eed36c7
commit
394c4dfd51
@@ -250,6 +250,7 @@ ifeq ($(uname_O),Cygwin)
|
||||
endif
|
||||
endif
|
||||
HAVE_DEV_TTY = YesPlease
|
||||
HAVE_GETDELIM = YesPlease
|
||||
HAVE_ALLOCA_H = YesPlease
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
|
||||
|
||||
Reference in New Issue
Block a user