From 231682469b2a6de21a30dbd1dc3d9b3bb8b62e0a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 22 Aug 2010 09:44:45 -0700 Subject: [PATCH] autoconf: regex library detection typofix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= -- 2.11.4.GIT