Add --disable-alisp configure option

Added --disable-alisp configure option to disable alsip support.
This commit is contained in:
Takashi Iwai 2006-09-06 14:39:01 +02:00
parent fba26cd668
commit 612216db0d
5 changed files with 25 additions and 7 deletions

View file

@ -1,7 +1,9 @@
SUBDIRS=cards pcm
cfg_files = alsa.conf \
sndo-mixer.alisp
cfg_files = alsa.conf
if BUILD_ALISP
cfg_files += sndo-mixer.alisp
endif
EXTRA_DIST = $(cfg_files)