From: Junio C Hamano Date: Sun, 22 Aug 2010 16:44:45 +0000 (-0700) Subject: autoconf: regex library detection typofix X-Git-Tag: v1.7.3-rc0~7^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a;p=git.git autoconf: regex library detection typofix --- diff --git a/configure.ac b/configure.ac index 71ac89fab..ed0561b5d 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=