summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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