From: Jaroslav Kysela Date: Tue, 12 Sep 2000 09:26:49 +0000 (+0000) Subject: driver detection fix X-Git-Tag: v1.0.3~1135 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ffc35812b771d2b604121e5ed5fec9b78b2482d2;p=alsa-lib.git driver detection fix --- diff --git a/acinclude.m4 b/acinclude.m4 index d6e185c8..59ef07e9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -10,7 +10,7 @@ void main(void) #if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE) #error not found #else -#if !defined(SND_PCM_IOCTL_FRAME_IO) +#if !defined(SND_PCM_IOCTL_HW_PTR) #error wrong version #endif exit(0);