Don't run the configure script when do_configure is set to "auto" and the

Makefile does already exist.
This commit is contained in:
Roland Illig 2005-02-23 17:27:25 +00:00
parent ebcd6129c6
commit 64afc0126c

View File

@ -272,7 +272,7 @@ confbuild_configure() {
test_phase="configure"
eval "${setup_testenv}"
if test ${do_configure} = no && test -f "${test_workdir}/Makefile"; then
if test ${do_configure} != yes && test -f "${test_workdir}/Makefile"; then
return 0
fi