mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:15:43 +01:00
config.h renamed to aconfig.h due to conflict with glibc...
This commit is contained in:
parent
efd0fa4035
commit
d63ab61022
3 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <sys/asoundlib.h>
|
#include <sys/asoundlib.h>
|
||||||
#include "config.h"
|
#include "aconfig.h"
|
||||||
#include "formats.h"
|
#include "formats.h"
|
||||||
|
|
||||||
#define DEFAULT_SPEED 8000
|
#define DEFAULT_SPEED 8000
|
||||||
|
|
|
@ -11,7 +11,7 @@ AC_PROG_LN_S
|
||||||
|
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
AC_CONFIG_HEADER(include/config.h)
|
AC_CONFIG_HEADER(include/aconfig.h)
|
||||||
AC_CHECK_HEADERS(linux/asound.h sys/asoundlib.h)
|
AC_CHECK_HEADERS(linux/asound.h sys/asoundlib.h)
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
|
Loading…
Reference in a new issue