Browse Source

Don't run the configure script when do_configure is set to "auto" and the
Makefile does already exist.

Roland Illig 20 years ago
parent
commit
64afc0126c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maint/mc-test

+ 1 - 1
maint/mc-test

@@ -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