aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 5053884c51..0163c806e1 100755
--- a/configure
+++ b/configure
@@ -2397,6 +2397,11 @@ if test `get_engine_build sword25` = yes && test ! "$_png" = yes ; then
engine_disable sword25
fi
+if test `get_engine_build sword25` = yes && test "$_host" = psp ; then
+ echo "...disabling Broken Sword 2.5 engine as PSP currently can't build it"
+ engine_disable sword25
+fi
+
#
# Check for Theora Decoder
#