From: Thomas Roessler Date: Fri, 22 Dec 2000 18:03:34 +0000 (+0000) Subject: autoconf consmetics. From L.H. X-Git-Tag: mutt-1-3-13-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d8b8c8e72a62e83d154e6fe814beb4a6189e8b0;p=mutt autoconf consmetics. From L.H. --- diff --git a/configure.in b/configure.in index a26526f9..5d7c023c 100644 --- a/configure.in +++ b/configure.in @@ -280,7 +280,6 @@ AC_CACHE_CHECK([whether your system's regexp library is completely broken], #include main() { regex_t blah ; regmatch_t p; p.rm_eo = p.rm_eo; return regcomp(&blah, "foo.*bar", REG_NOSUB) || regexec (&blah, "foobar", 0, NULL, 0); }], mutt_cv_regex_broken=no, mutt_cv_regex_broken=yes, mutt_cv_regex_broken=yes)) - AC_MSG_RESULT([$mutt_cv_regex_broken]) if test $mutt_cv_regex_broken = yes ; then echo "Using the included GNU regex instead." >&AC_FD_MSG mutt_cv_regex=yes