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.
tdeaccessibility/kttsd/plugins/command/configure.in.in

18 lines
514 B

dnl ==========================
dnl checks for Command plug in
dnl ==========================
AC_ARG_ENABLE(kttsd-command,
AC_HELP_STRING([--enable-kttsd-command],
[build KTTSD Command Plugin [default=yes]]),
command_plugin=$enableval,
command_plugin=yes)
compile_command_plugin="no"
if test "x$command_plugin" = "xyes"; then
compile_command_plugin="yes"
fi
AM_CONDITIONAL(include_kttsd_command, test "x$compile_command_plugin" = "xyes")