mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
build: Disable another compile chack with --disable-alsatest
Signed-off-by: Arun Raghavan <arun.raghavan@collabora.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9e795252c6
commit
480d3204fe
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ LIBS="$ALSA_LIBS $LIBS"
|
|||
AC_MSG_RESULT($ALSA_LIBS)
|
||||
|
||||
dnl Check for a working version of libasound that is of the right version.
|
||||
if test "x$enable_alsatest" = "xyes"; then
|
||||
min_alsa_version=ifelse([$1], ,0.1.1,$1)
|
||||
AC_MSG_CHECKING(for libasound headers version >= $min_alsa_version)
|
||||
no_alsa=""
|
||||
|
|
@ -110,6 +111,7 @@ exit(0);
|
|||
alsa_found=no]
|
||||
)
|
||||
AC_LANG_RESTORE
|
||||
fi
|
||||
|
||||
dnl Now that we know that we have the right version, let's see if we have the library and not just the headers.
|
||||
if test "x$enable_alsatest" = "xyes"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue