AMIGAOS: Revert dynamic detection features

This commit is contained in:
Hubert Maier 2022-07-11 23:50:57 +02:00 committed by Eugene Sandulenko
parent 3e9e39a8fa
commit 9e4995d354

3
configure vendored
View File

@ -2585,8 +2585,9 @@ case $_host_os in
define_in_config_if_yes "$_debug_build" 'DEBUG_BUILD'
fi
# When building dynamic, add everything possible as plugin
# except detection_features (see bug #13603)
if test "$_dynamic_modules" = yes ; then
_detection_features_static=no
_detection_features_static=yes
_plugins_default=dynamic
fi
# Use 'long' for ScummVM's 4 byte typedef, because AmigaOS