diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-20 23:36:57 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-20 23:36:57 +0100 |
commit | 2d81c8f01771585e5f6bac87722051e0582f8453 (patch) | |
tree | 7f8737e292372955791a11d91ee0d9b92eb8180f | |
parent | 853299f0388d2d2067a8a5ab412ac64391996405 (diff) |
More garbage
Change-Id: I6e3f98b932f020bc7b1e8e9ba28503dd60d3fb9d
-rwxr-xr-x | configure.ac | 5 |
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) |