From: Jaroslav Kysela Date: Tue, 30 Jan 2001 07:24:08 +0000 (+0000) Subject: Updated for the new driver defines X-Git-Tag: v1.0.3~1001 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9712a67778f8e5ecba864c89a967af407c01da65;p=alsa-lib.git Updated for the new driver defines --- diff --git a/acinclude.m4 b/acinclude.m4 index 6857c8b8..f135aceb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -7,10 +7,10 @@ AC_TRY_COMPILE([ ],[ void main(void) { -#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE) +#if !defined(SNDRV_PROTOCOL_VERSION) || !defined(SNDRV_PROTOCOL_INCOMPATIBLE) #error not found #else -#if !defined(SND_PCM_IOCTL_REWIND) +#if !defined(SNDRV_PCM_IOCTL_REWIND) #error wrong version #endif exit(0);