提交 bf60eff5 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4116 --resolve repeat bootstrap.sh or manually remove config.cache before…

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
上级 315c0e4c
...@@ -340,6 +340,8 @@ bootstrap_apr() { ...@@ -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}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论