diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-08-17 11:24:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-20 00:46:47 +0200 |
commit | a1e3b669faf7a157f31507213a098076ff1dad7e (patch) | |
tree | 2537c8e08db8ac60440d126329ef7b692e0dbf56 /config.mak.in | |
parent | t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND (diff) | |
download | git-a1e3b669faf7a157f31507213a098076ff1dad7e.tar.xz git-a1e3b669faf7a157f31507213a098076ff1dad7e.zip |
autoconf: don't use platform regex if it lacks REG_STARTEND
If the platform regex cannot match null bytes, we might as well
use the glibc version instead.
Cc: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Cc: René Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Tested-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.in')
-rw-r--r-- | config.mak.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in index b4e65c32b2..67dbd3b739 100644 --- a/config.mak.in +++ b/config.mak.in @@ -58,6 +58,7 @@ NO_INET_NTOP=@NO_INET_NTOP@ NO_INET_PTON=@NO_INET_PTON@ NO_ICONV=@NO_ICONV@ OLD_ICONV=@OLD_ICONV@ +NO_REGEX=@NO_REGEX@ NO_DEFLATE_BOUND=@NO_DEFLATE_BOUND@ INLINE=@INLINE@ SOCKLEN_T=@SOCKLEN_T@ |