]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Diagnostic statement wasn't necessary
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Dec 2016 06:52:18 +0000 (06:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 12 Dec 2016 06:52:18 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773742 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 4de5d4b7310025c2a61377134d9af74bb779a387..6d75d6dac3b61196564ffd297acaa3517b4ec9ef 100644 (file)
@@ -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"