]> git.ipfire.org Git - thirdparty/git.git/commit - configure.ac
configure.ac: improve description of NO_REGEX test
authorJakub Narębski <jnareb@gmail.com>
Fri, 7 Oct 2016 11:30:52 +0000 (13:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2016 23:15:15 +0000 (16:15 -0700)
commit842a516cb02a53cf0291ff67ed6f8517966345c0
tree0e988dd0708ac0bb453f6b255d0a1a477d471700
parentb7d36ffca02c23f545d6e098d78180e6e72dfd8d
configure.ac: improve description of NO_REGEX test

The commit 2f8952250a ("regex: add regexec_buf() that can work on a
non NUL-terminated string", 2016-09-21) changed description of
NO_REGEX build config variable to be more neutral, and actually say
that it is about support for REG_STARTEND.  Change description in
configure.ac to match.

Change also the test message and variable name to match.  The test
just checks that REG_STARTEND is #defined.

Issue-found-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Jakub Narębski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac