From 6c59a455da874ca5017ae77e3db1bcc460b62bed Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 28 Aug 2001 17:41:53 +0000 Subject: [PATCH] Remove some debug code that I had in apxs.in. Submitted by: Karl Fogel git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90769 13f79535-47bb-0310-9956-ffa450edef68 --- support/apxs.in | 1 - 1 file changed, 1 deletion(-) diff --git a/support/apxs.in b/support/apxs.in index 1f308d7ae5..649f452c4f 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -520,7 +520,6 @@ if ($opt_i or $opt_e) { } open(FP, "<$CFG_SYSCONFDIR/$CFG_TARGET.conf") || die; - open(FP, "httpd.conf") || die; my $content = join('', ); close(FP); -- 2.50.1