From c90bca7e6c004545f442ae78d87a0334ebc95cd6 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 20 Dec 1999 04:38:26 +0000 Subject: [PATCH] Don't actually run ./configure in buildconf, it wastes lots of time if we want to use ./configure's flags, among other things. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84332 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildconf b/buildconf index 6baa0fd13b..01b3987f78 100755 --- a/buildconf +++ b/buildconf @@ -123,8 +123,6 @@ fi cd ../.. -# Now run the configs... - +# Remove cached config data rm -f config.cache -./configure -- 2.50.1