Improvement by Pavel Roskin

This commit is contained in:
Abramo Bagnara 2001-03-16 07:34:22 +00:00
parent dc68485554
commit 877896069d
2 changed files with 8 additions and 6 deletions

View file

@ -42,8 +42,8 @@ AC_HEADER_TIME
dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
AC_CHECK_FUNC(hsearch_r, , [ COMPAT_SRCS="$COMPAT_SRCS hsearch_r.c" ])
AC_SUBST(COMPAT_SRCS)
AC_CHECK_FUNC([hsearch_r], [HAVE_HSEARCH_R=yes])
AM_CONDITIONAL(ALSA_HSEARCH_R, [test "x$HAVE_HSEARCH_R" != xyes])
ALSA_CHECK_DRIVER
SAVE_LIBRARY_VERSION