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

This commit is contained in:
Anthony Minessale 2012-04-17 16:46:05 -05:00
parent 315c0e4c0d
commit bf60eff52b
1 changed files with 2 additions and 0 deletions

View File

@ -340,6 +340,8 @@ bootstrap_apr() {
${ACLOCAL:-aclocal} ${ACLOCAL_OPTS} ${ACLOCAL:-aclocal} ${ACLOCAL_OPTS}
### do some work to toss config.cache? ### do some work to toss config.cache?
rm -rf config.cache
echo "Creating configure ..." echo "Creating configure ..."
${AUTOCONF:-autoconf} ${AUTOCONF:-autoconf}