Skip to content

Commit

Permalink
BUILD: Minor configure cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 25, 2011
1 parent 6e157fd commit 4f34347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure
Expand Up @@ -1824,11 +1824,12 @@ if test -n "$_host"; then
DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER"
DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL"
DEFINES="$DEFINES -DDISABLE_FANCY_THEMES"
DEFINES="$DEFINES -DDISABLE_SID -DDISABLE_NES_APU"
DEFINES="$DEFINES -DDISABLE_SID"
DEFINES="$DEFINES -DDISABLE_NES_APU"
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE"
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
DEFINES="$DEFINES -DSTREAM_AUDIO_FROM_DISK"
DEFINES="$DEFINES -DVECTOR_RENDERER_FORMAT=1555"
add_line_to_config_h '#define DISABLE_TEXT_CONSOLE'
_backend="ds"
_build_scalers=no
_mt32emu=no
Expand Down

0 comments on commit 4f34347

Please sign in to comment.