You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2016/12/12 06:52:18 UTC

svn commit: r1773742 - /httpd/httpd/trunk/configure.in

Author: wrowe
Date: Mon Dec 12 06:52:18 2016
New Revision: 1773742

URL: http://svn.apache.org/viewvc?rev=1773742&view=rev
Log:
Diagnostic statement wasn't necessary

Modified:
    httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=1773742&r1=1773741&r2=1773742&view=diff
==============================================================================
--- httpd/httpd/trunk/configure.in (original)
+++ httpd/httpd/trunk/configure.in Mon Dec 12 06:52:18 2016
@@ -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"