RISCOS: Always use static detection for now

This commit is contained in:
Cameron Cawley 2023-02-06 21:56:46 +00:00
parent 57e759e05d
commit 2d7876e7dc

4
configure vendored
View File

@ -3198,11 +3198,9 @@ EOF
# RiscOS has no OpenGL support at all even though it's SDL based
_opengl_mode=none
if test "$_dynamic_modules" = yes ; then
_detection_features_static=no
_plugins_default=dynamic
else
_detection_features_full=no
fi
_detection_features_full=no
;;
solaris*)
append_var DEFINES "-DSOLARIS"