mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +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"
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user