summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-03 16:43:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-09-03 16:43:45 (GMT)
commitcd1547d2049f32a5c13ba1828fcd1a553b844e97 (patch)
tree2e5442dda4e239b74473bb86acf7e55950375a8f /config.mak.in
parentc6babe5762f2f4e0d57e08c1362e05053348919a (diff)
parentce518bbd6c891f1b9e172b8cb9212c05d731c18e (diff)
downloadgit-cd1547d2049f32a5c13ba1828fcd1a553b844e97.zip
git-cd1547d2049f32a5c13ba1828fcd1a553b844e97.tar.gz
git-cd1547d2049f32a5c13ba1828fcd1a553b844e97.tar.bz2
Merge branch 'ab/compat-regex'
* ab/compat-regex: Fix compat/regex ANSIfication on MinGW autoconf: regex library detection typofix autoconf: don't use platform regex if it lacks REG_STARTEND t/t7008-grep-binary.sh: un-TODO a test that needs REG_STARTEND compat/regex: get rid of old-style definition compat/regex: define out variables only used under RE_ENABLE_I18N Change regerror() declaration from K&R style to ANSI C (C89) compat/regex: get the gawk regex engine to compile within git compat/regex: use the regex engine from gawk for compat Conflicts: compat/regex/regex.c
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index 4ffd774..a0c34ee 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -59,6 +59,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@