From 1d5f0c10784de8f2a75a6414b3f8a4f1511f7b7b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 1 May 2003 09:54:24 +0000 Subject: [PATCH] Compile in alsa9 only if it is actually installed, not simply if you are building on linux. --- stepmania/src/arch/arch.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/arch/arch.cpp b/stepmania/src/arch/arch.cpp index 88fe921c35..589f509b00 100644 --- a/stepmania/src/arch/arch.cpp +++ b/stepmania/src/arch/arch.cpp @@ -37,10 +37,10 @@ void MakeInputHandlers(vector &Add) #endif } -#if defined(LINUX) +//#if defined(LINUX) // #define HAVE_OSS -#define HAVE_ALSA -#endif +//#define HAVE_ALSA +//#endif /* Err, this is ugly--breaks arch encapsulation. Hmm. */ RageSoundDriver *MakeRageSoundDriver(CString drivers)