mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Don't require as10k1
Don't require as10k1 in the configure script and remove the .emu10k1 files in maintainer-clean instead of clean, since the assembled .emu10k1 files are included in the alsa-tools dist. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
This commit is contained in:
parent
407c3bcb66
commit
6c37fd7953
2 changed files with 5 additions and 5 deletions
|
|
@ -16,9 +16,7 @@ effectsdir='$(pkgdatadir)/effects'
|
|||
AC_SUBST(effectsdir)
|
||||
|
||||
AC_CHECK_PROG(AS10K1, as10k1, as10k1)
|
||||
if test -z "$AS10K1"; then
|
||||
AC_MSG_ERROR([as10k1 is not installed])
|
||||
fi
|
||||
AM_CONDITIONAL(HAVE_AS10K1, test x"$AS10K1" != x)
|
||||
|
||||
#taken from alsa-lib
|
||||
dnl Make a symlink for inclusion of lo10k1/xxx.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue