From 74b8962e410f0afc7d2d0082174fd493ef2bd305 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 20 Dec 1999 04:34:45 +0000 Subject: [PATCH] We actually don't have to remove config.cache, because AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84331 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 1 - 1 file changed, 1 deletion(-) diff --git a/buildconf b/buildconf index 942701562f..6baa0fd13b 100755 --- a/buildconf +++ b/buildconf @@ -110,7 +110,6 @@ fi echo "buildconf: setting up APR" cd lib/apr -rm -f config.cache mv configure configure.old 2>/dev/null autoheader -- 2.50.1