[Scummvm-git-logs] scummvm master -> 9e4995d3541197c1bb8753bca677116d62aa6dcf

sev- noreply at scummvm.org
Wed Jul 13 16:18:41 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9e4995d354 AMIGAOS: Revert dynamic detection features


Commit: 9e4995d3541197c1bb8753bca677116d62aa6dcf
    https://github.com/scummvm/scummvm/commit/9e4995d3541197c1bb8753bca677116d62aa6dcf
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2022-07-13T18:18:37+02:00

Commit Message:
AMIGAOS: Revert dynamic detection features

Changed paths:
    configure


diff --git a/configure b/configure
index d84501cd53b..ceb0f675f72 100755
--- a/configure
+++ b/configure
@@ -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




More information about the Scummvm-git-logs mailing list