mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Better solution for compat sources
This commit is contained in:
parent
a983321c27
commit
b60673fe68
2 changed files with 3 additions and 9 deletions
|
|
@ -32,8 +32,8 @@ AC_HEADER_TIME
|
|||
|
||||
dnl Checks for library functions.
|
||||
AC_PROG_GCC_TRADITIONAL
|
||||
AC_CHECK_FUNCS(hsearch_r)
|
||||
AM_CONDITIONAL(Have_hsearch_r, test x$ac_cv_func_hsearch_r = xyes)
|
||||
AC_CHECK_FUNC(hsearch_r, , [ COMPAT_SRCS="$COMPAT_SRCS hsearch_r.c" ])
|
||||
AC_SUBST(COMPAT_SRCS)
|
||||
|
||||
ALSA_CHECK_DRIVER
|
||||
SAVE_LIBRARY_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue