From: William A. Rowe Jr Date: Mon, 12 Dec 2016 06:52:18 +0000 (+0000) Subject: Diagnostic statement wasn't necessary X-Git-Tag: 2.5.0-alpha~927 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f9d78e92be6b405f81d7b45a006e8f73db2a4a0;p=thirdparty%2Fapache%2Fhttpd.git Diagnostic statement wasn't necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 4de5d4b7310..6d75d6dac3b 100644 --- a/configure.in +++ b/configure.in @@ -222,7 +222,6 @@ fi AC_ARG_WITH(pcre, APACHE_HELP_STRING(--with-pcre=PATH,Use external PCRE library)) -echo PCRE PATH was $with_pcre if test "$with_pcre" = "" || test "$with_pcre" = "yes"; then with_pcre = "$PATH"