diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 04:38:26 +0000 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 04:38:26 +0000 |
commit | c90bca7e6c004545f442ae78d87a0334ebc95cd6 (patch) | |
tree | cbd3abf31ff4ce1d17e54424adff670a4bb89524 /buildconf | |
parent | 74b8962e410f0afc7d2d0082174fd493ef2bd305 (diff) | |
download | httpd-c90bca7e6c004545f442ae78d87a0334ebc95cd6.tar.gz |
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
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -123,8 +123,6 @@ fi cd ../.. -# Now run the configs... - +# Remove cached config data rm -f config.cache -./configure |