This meant you got a different (and broken) build if you simply reran
configure, which is awfully confusing. Now we use the native release
marker to change the default behaviour of configure reliably.
What idiot did this, git blame? ...oh.
AC_ARG_ENABLE([host-scheme-test],
AS_HELP_STRING([--enable-host-scheme-test],
[Test for working scheme on build host [[if necessary]]]))
-if test x"${IS_NATIVE_RELEASE}" != x || test -f lib/all.com; then
+if test x"${IS_NATIVE_RELEASE}" != x; then
: ${enable_host_scheme_test=no}
else
: ${enable_host_scheme_test=yes}