[orca] Configure should check for the presence of speech-dispatcher
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Configure should check for the presence of speech-dispatcher
- Date: Mon, 13 Jun 2011 13:26:46 +0000 (UTC)
commit c16bde8762a828d36c70340f1718b49cc1c7ac34
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Jun 13 09:26:16 2011 -0400
Configure should check for the presence of speech-dispatcher
configure.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0bf945d..9f15ae6 100644
--- a/configure.in
+++ b/configure.in
@@ -56,6 +56,7 @@ AM_CHECK_PYMOD(json,,,[AC_MSG_ERROR(Could not find python module: json)])
AM_CHECK_PYMOD(xdg,,,[AC_MSG_ERROR(Could not find python module: xdg)])
AM_CHECK_PYMOD(wnck,,[wnck_available="yes"],[wnck_available="no"])
AM_CHECK_PYMOD(brlapi,,[brlapi_available="yes"],[brlapi_available="no"])
+AM_CHECK_PYMOD(speechd,,[speechd_available="yes"],[speechd_available="no"])
LOUIS_TABLE_DIR=""
AM_CHECK_PYMOD(louis,,[louis_available="yes"],[louis_available="no"])
if test x$louis_available = "xyes"; then
@@ -147,6 +148,7 @@ echo
echo "NOTE: Mouse review requires wnck, which was not found."
fi
echo
+echo Use speech-dispatcher: $speechd_available
echo Use brltty: $brlapi_available
echo Use liblouis: $louis_available
echo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]