]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 11 Mar 2018 13:26:09 +0000 (13:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 22:27:50 +0000 (15:27 -0700)
commite6c531b80819a81b7ea37fc295f2edda5f345212
treefa195e167bae2d6fe7b41d4e350f27ed365c2b18
parenta363f981ecf738979287882787b7323b9c7c6bfe
Makefile: make USE_LIBPCRE=YesPlease mean v2, not v1

Change the USE_LIBPCRE flag from being an alias for USE_LIBPCRE1 to
being an alias for USE_LIBPCRE2.

When support for v2 was added in my 94da9193a6 ("grep: add support for
PCRE v2", 2017-06-01) the existing USE_LIBPCRE flag was left as
meaning v1, with a note that this would likely change in a future
release. That optional support for v2 first made it into Git version
2.14.0.

The PCRE v2 support has been shown to be stable, and the upstream PCRE
project is highly encouraging downstream users to move to v2, so it
makes sense to give packagers of Git who haven't heard the news about
PCRE v2 a further nudge to move to v2.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
configure.ac