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

@ -3,8 +3,10 @@ if BUILD_PCM_PLUGIN_SHM
SUBDIRS += aserver
endif
if BUILD_MIXER
if BUILD_ALISP
SUBDIRS += alsalisp
endif
endif
SUBDIRS += test utils
EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure hgcompile libtool depcomp version MEMORY-LEAK
AUTOMAKE_OPTIONS=foreign