summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-20 23:36:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-20 23:36:57 +0100
commit2d81c8f01771585e5f6bac87722051e0582f8453 (patch)
tree7f8737e292372955791a11d91ee0d9b92eb8180f /configure.ac
parent853299f0388d2d2067a8a5ab412ac64391996405 (diff)
More garbage
Change-Id: I6e3f98b932f020bc7b1e8e9ba28503dd60d3fb9d
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 45d6bacb804f..1473aebf52c1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1011,7 +1011,7 @@ AC_ARG_ENABLE(sdremote-bluetooth,
AC_ARG_ENABLE(sdremote-android,
AS_HELP_STRING([--enable-sdremote-android],
[Determines whether to build the Impress Remote Android app -- requires
- a correctly configured android sdk. Automatically enabled if ]),
+ a correctly configured android sdk.]),
,enable_sdremote_android=no)
AC_ARG_ENABLE(gconf,
@@ -10129,10 +10129,9 @@ AC_MSG_CHECKING([whether to enable Impress remote control android app])
if echo "$host_os" | grep -q linux-android || test "$enable_sdremote_android" = "yes"; then
AC_MSG_RESULT([yes])
ENABLE_SDREMOTE_ANDROID=TRUE
- AC_MSG_CHECKING([whether to enable Bluetooth support in Impress remote control])
else
- ENABLE_SDREMOTE_ANDROID=
AC_MSG_RESULT([no])
+ ENABLE_SDREMOTE_ANDROID=
fi
AC_SUBST(ENABLE_SDREMOTE_ANDROID)