summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-22 16:44:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-22 16:44:45 (GMT)
commit231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a (patch)
treebb6a6fdfaf020291cea3c5b0f0052b073ca2871b /configure.ac
parenta1e3b669faf7a157f31507213a098076ff1dad7e (diff)
downloadgit-231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a.zip
git-231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a.tar.gz
git-231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a.tar.bz2
autoconf: regex library detection typofix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71ac89f..ed0561b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -718,7 +718,7 @@ yippeeyeswehaveit
#endif
]),
[ac_cv_c_excellent_regex=yes],
- [ac_cv_c_excellent_regex=yes])
+ [ac_cv_c_excellent_regex=no])
])
if test $ac_cv_c_excellent_regex = yes; then
NO_REGEX=