mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Don't run the configure script when do_configure is set to "auto" and the
Makefile does already exist.
This commit is contained in:
parent
ebcd6129c6
commit
64afc0126c
@ -272,7 +272,7 @@ confbuild_configure() {
|
|||||||
test_phase="configure"
|
test_phase="configure"
|
||||||
eval "${setup_testenv}"
|
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
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user