aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 493573f02c..7a066169c5 100755
--- a/configure
+++ b/configure
@@ -3072,6 +3072,11 @@ if test -n "$_host"; then
append_var CXXFLAGS "-fdelete-null-pointer-checks"
_backend="dc"
_build_scalers=no
+ # These two are needed due to shortcomings of the
+ # detection systems. Do not remove until auto-
+ # detection works correctly.
+ _mad=yes
+ _zlib=yes
_port_mk="backends/platform/dc/dreamcast.mk"
;;
ds)