diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-22 09:44:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-22 09:44:45 -0700 |
commit | 231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a (patch) | |
tree | bb6a6fdfaf020291cea3c5b0f0052b073ca2871b /configure.ac | |
parent | a1e3b669faf7a157f31507213a098076ff1dad7e (diff) | |
download | git-231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a.tar.gz |
autoconf: regex library detection typofix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 71ac89fab3..ed0561b5d4 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= |