From 1f9d78e92be6b405f81d7b45a006e8f73db2a4a0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 12 Dec 2016 06:52:18 +0000 Subject: Diagnostic statement wasn't necessary git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1773742 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') 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" -- cgit v1.2.1