mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added hsearch_r for compatibility needs
This commit is contained in:
parent
d3fa17a0a1
commit
bc252d4d26
7 changed files with 437 additions and 5 deletions
|
|
@ -32,6 +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)
|
||||
|
||||
ALSA_CHECK_DRIVER
|
||||
SAVE_LIBRARY_VERSION
|
||||
|
|
@ -41,5 +43,6 @@ AC_OUTPUT(Makefile doc/Makefile include/Makefile src/Makefile \
|
|||
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \
|
||||
src/pcm/plugin/Makefile src/rawmidi/Makefile src/timer/Makefile \
|
||||
src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \
|
||||
src/compat/Makefile \
|
||||
test/Makefile utils/Makefile \
|
||||
utils/alsa-lib.spec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue