Mixer v2.0 merged to the main CVS tree...

This commit is contained in:
Jaroslav Kysela 1999-05-02 16:21:30 +00:00
parent 3f541735e3
commit a5b307a711
10 changed files with 536 additions and 167 deletions

View file

@ -16,7 +16,7 @@ void main(void)
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_UNCOMPATIBLE)
#error not found
#else
#if !defined(SND_MIXER_IOCTL_CHANNEL_IREAD)
#if !defined(SND_MIXER_IOCTL_ELEMENTS)
#error wrong version
#endif
exit(0);
@ -25,7 +25,7 @@ void main(void)
],
AC_MSG_RESULT(present),
[AC_MSG_RESULT(not found or wrong version);
AC_MSG_ERROR([Install alsa-driver v0.3.0pre1+ package first...])]
AC_MSG_ERROR([Install alsa-driver v0.3.0pre5+ package first...])]
)
CFLAGS="$OLD_CFLAGS"
])