You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
572 B
17 lines
572 B
dnl ==========================
|
|
dnl checks for Hadifix plug in
|
|
dnl ==========================
|
|
|
|
AC_ARG_ENABLE(ksayit-audio-plugins,
|
|
AC_HELP_STRING([--enable-ksayit-audio-plugins],
|
|
[build audio plugins for KSayIt [default=no]]),
|
|
ksayit_audio_plugins=$enableval,
|
|
ksayit_audio_plugins=no)
|
|
|
|
compile_ksayit_audio_plugins="no"
|
|
|
|
if test "x$ksayit_audio_plugins" = "xyes"; then
|
|
compile_ksayit_audio_plugins="yes"
|
|
fi
|
|
|
|
AM_CONDITIONAL(include_ksayit_audio_plugins, test "x$compile_ksayit_audio_plugins" = "xyes") |