summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-12-12 06:52:18 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-12-12 06:52:18 +0000
commit1f9d78e92be6b405f81d7b45a006e8f73db2a4a0 (patch)
treea09750c4513a7192b62abe2a6bc2f31dbca98636 /configure.in
parentb9df8eff5cf5f430d0f7f72c05925f2b07b45c45 (diff)
downloadhttpd-1f9d78e92be6b405f81d7b45a006e8f73db2a4a0.tar.gz
Diagnostic statement wasn't necessary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773742 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4de5d4b731..6d75d6dac3 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"