commit | 231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Aug 22 09:44:45 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Aug 22 09:44:45 2010 -0700 |
tree | bb6a6fdfaf020291cea3c5b0f0052b073ca2871b | |
parent | a1e3b669faf7a157f31507213a098076ff1dad7e [diff] |
autoconf: regex library detection typofix
diff --git a/configure.ac b/configure.ac index 71ac89f..ed0561b 100644 --- a/configure.ac +++ b/configure.ac
@@ -718,7 +718,7 @@ #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=