mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Big renaming - from sound to asound...
This commit is contained in:
parent
254d52fc84
commit
2ae16fb30d
20 changed files with 59 additions and 57 deletions
|
|
@ -12,7 +12,7 @@ AC_PROG_LN_S
|
|||
dnl Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CONFIG_HEADER(include/config.h)
|
||||
AC_CHECK_HEADERS(linux/sound.h)
|
||||
AC_CHECK_HEADERS(linux/asound.h)
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
|
|
@ -32,7 +32,7 @@ CFLAGS="-I$myprefix/include"
|
|||
#echo "CFLAGS=$CFLAGS"
|
||||
AC_MSG_CHECKING(for alsa-driver package)
|
||||
AC_TRY_RUN([
|
||||
#include <linux/sound.h>
|
||||
#include <linux/asound.h>
|
||||
void main(void)
|
||||
{
|
||||
#if !defined( SND_PROTOCOL_VERSION ) || !defined( SND_PROTOCOL_UNCOMPATIBLE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue