aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index c1c4b85572..5de54af667 100755
--- a/configure
+++ b/configure
@@ -3431,7 +3431,9 @@ if test -n "$_host"; then
;;
wince)
append_var LDFLAGS "-Wl,--stack,65536"
- _tremolo=yes
+ if test "$_tremor" = auto; then
+ _tremolo=yes
+ fi
_backend="wince"
_detectlang=yes
_mt32emu=no
@@ -3625,6 +3627,7 @@ case $_backend in
append_var INCLUDES '-I$(srcdir)/backends/platform/wince'
append_var INCLUDES '-I$(srcdir)/backends/platform/wince/CEgui'
append_var INCLUDES '-I$(srcdir)/backends/platform/wince/CEkeys'
+ append_var INCLUDES '-I$(srcdir)/backends/platform/wince/missing'
append_var LIBS "-static -lSDL"
_sdl=yes
_sdlversion=1.2.0