diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-20 23:18:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-20 23:18:50 +0100 |
commit | d3f37fa3a9d2fb1f593ccf5797919bd749936966 (patch) | |
tree | 74aff72fd1b9db6aa26c5000947de48f5e50a1f5 /configure.ac | |
parent | 3b176d77e7021d1ce3e82c28b921bbd4f7523a7d (diff) |
Presumably a typo
Change-Id: If9a0db76cd7ce21edddc57346e71da1bdf995b25
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b209742449f2..45d6bacb804f 100755 --- a/configure.ac +++ b/configure.ac @@ -10131,7 +10131,7 @@ if echo "$host_os" | grep -q linux-android || test "$enable_sdremote_android" = ENABLE_SDREMOTE_ANDROID=TRUE AC_MSG_CHECKING([whether to enable Bluetooth support in Impress remote control]) else - ENABLE_SDREMOTE= + ENABLE_SDREMOTE_ANDROID= AC_MSG_RESULT([no]) fi AC_SUBST(ENABLE_SDREMOTE_ANDROID) |