Skip to content

Commit 92f63d2

Browse files
mark987gitster
authored andcommitted
Cygwin 1.7 needs compat/regex
Cygwin v1.7 uses the regex library from newlib which does not pass git's tests, so don't use it. This fixes failures in t4018 and t4034. Continue to use the platform supplied regex library for earlier versions. Signed-off-by: Mark Levedahl <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e3d4493 commit 92f63d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.uname

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ ifeq ($(uname_O),Cygwin)
159159
NO_SYMLINK_HEAD = YesPlease
160160
NO_IPV6 = YesPlease
161161
OLD_ICONV = UnfortunatelyYes
162+
else
163+
NO_REGEX = UnfortunatelyYes
162164
endif
163165
NO_THREAD_SAFE_PREAD = YesPlease
164166
NEEDS_LIBICONV = YesPlease

0 commit comments

Comments
 (0)