]> granicus.if.org Git - mutt/commitdiff
autoconf consmetics. From L.H.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Dec 2000 18:03:34 +0000 (18:03 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 22 Dec 2000 18:03:34 +0000 (18:03 +0000)
configure.in

index a26526f9bcbf80f144382a00dfc2d2d094147d33..5d7c023ca62070b1dc436b2764fb4c524034306c 100644 (file)
@@ -280,7 +280,6 @@ AC_CACHE_CHECK([whether your system's regexp library is completely broken],
 #include <regex.h>
 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