* update to libtool 1.3.3

* check for SND_PROTOCOL_INCOMPATIBLE instead of the old
  SND_PROTOCOL_UNCOMPATIBLE

-timj
This commit is contained in:
Tim Janik 1999-07-22 12:18:42 +00:00
parent 30e978b0b8
commit 4dcaf1de94
6 changed files with 4595 additions and 1312 deletions

View file

@ -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)