Cygwin 1.7 needs compat/regex
commit92f63d2b055fea3070108fe5015b8158e1c923db
authorMark Levedahl <mlevedahl@gmail.com>
Fri, 19 Jul 2013 23:08:28 +0000 (19 19:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jul 2013 05:03:09 +0000 (21 22:03 -0700)
treedeb6d04137536f30d4e1a06b4c3840ce9cb1bd3d
parente3d44930318ed3746fe6da51913602d4fad8daaf
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 <mlevedahl@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname