summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-02-08 00:15:25 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-16 09:20:44 +0100
commit17da98987411cf5a031e0bbdee3e8e5bcf874b83 (patch)
treea3334ebab5d6106c20b19dd6137c352d4437fb81 /configure.ac
parente27387a3d5fc507a4f8213127d033cdeb2ac2fff (diff)
android: Even --enable-debug needs org.libreoffice for debugging.
Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4594e86ea81..fa23b7035aef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12338,7 +12338,7 @@ if echo "$host_os" | grep -q linux-android ; then
ANDROID_PACKAGE_NAME=
AC_MSG_CHECKING([for Android package name])
if test -z "$with_android_package_name" -o "$with_android_package_name" = "no"; then
- if test -n "$ENABLE_DBGUTIL"; then
+ if test -n "$ENABLE_DEBUG"; then
# Default to the package name that makes ndk-gdb happy.
ANDROID_PACKAGE_NAME="org.libreoffice"
else