Make sure that ALSA really is there before compiling it.

This commit is contained in:
Sean Burke
2003-07-03 18:16:01 +00:00
parent 0ce8229701
commit 7d5faf2a99
+4 -3
View File
@@ -1,9 +1,10 @@
#ifndef LINUX_ARCH_H
#define LINUX_ARCH_H
/* #ifdef HAS_ALSA9 */
#include "Sound/RageSoundDriver_ALSA9.h"
/* #endif HAS_ALSA9 */
#ifdef HAVE_ALSA
# include "Sound/RageSoundDriver_ALSA9.h"
#endif
#include "Sound/RageSoundDriver_OSS.h"
/*