From 988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 6 Jan 2002 21:52:21 +0000 Subject: siddec checks that work not extremely robust, but functional Original commit message from CVS: siddec checks that work not extremely robust, but functional --- ext/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext') 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 -- cgit v1.2.1