summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/alsa/alsatest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/alsa/alsatest.cpp')
-rw-r--r--config.tests/unix/alsa/alsatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/alsa/alsatest.cpp b/config.tests/unix/alsa/alsatest.cpp
index f93eda4a37..1b2b141b79 100644
--- a/config.tests/unix/alsa/alsatest.cpp
+++ b/config.tests/unix/alsa/alsatest.cpp
@@ -38,7 +38,7 @@
****************************************************************************/
#include <alsa/asoundlib.h>
-#if(!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10))
+#if SND_LIB_VERSION < 0x1000a // 1.0.10
#error "Alsa version found too old, require >= 1.0.10"
#endif