diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-06 21:52:21 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-06 21:52:21 +0000 |
commit | 7b663263e3d7a765204ee5205bdad21196d57c62 (patch) | |
tree | b02bcb2cf0302f65103533bc78d3738650a61c13 /ext | |
parent | 6dd422d76824c65c1f6e55d6b38d187f3dc95065 (diff) |
siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index cbc83b01..27ce866c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -156,11 +156,11 @@ else SDL_DIR= endif -## if USE_SIDPLAY -## SIDPLAY_DIR=sidplay -## else -SIDPLAY_DIR= -## endif +if USE_SIDPLAY +SIDPLAY_DIR=sidplay +else +SIDDPLAY_DIR= +endif if USE_SHOUT SHOUT_DIR=shout |