From bf60eff52b4f00d9dec5b5dd90fedfaf53b5867c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 17 Apr 2012 16:46:05 -0500 Subject: [PATCH] FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before running configure. The options was cached from the first time you ran configure and the new --without-openssl param did not matter --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index a5658853fb..93c96f4088 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -340,6 +340,8 @@ bootstrap_apr() { ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS} ### do some work to toss config.cache? + rm -rf config.cache + echo "Creating configure ..." ${AUTOCONF:-autoconf}