mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
* update to libtool 1.3.3
* check for SND_PROTOCOL_INCOMPATIBLE instead of the old SND_PROTOCOL_UNCOMPATIBLE -timj
This commit is contained in:
parent
30e978b0b8
commit
4dcaf1de94
6 changed files with 4595 additions and 1312 deletions
|
|
@ -13,7 +13,7 @@ AC_TRY_COMPILE([
|
|||
],[
|
||||
void main(void)
|
||||
{
|
||||
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_UNCOMPATIBLE)
|
||||
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
|
||||
#error not found
|
||||
#else
|
||||
#if !defined(SND_MIXER_IOCTL_ELEMENTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue