summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-21 21:12:06 -0400
committerKeith Packard <keithp@keithp.com>2016-04-21 21:34:00 -0400
commit18b10ddf0e713431cb3e1065e62b0e6f597ce9d7 (patch)
tree2d2543be40bf1871afdee68615a5363eb43b47c0 /configure.ac
parent21d176f161b90f18f236ef887cef9676d712eee3 (diff)
AltosDroid play store keys have moved, update configure.ac
The actual build files were already updated, but the configure.ac bits which detect that they are available were not. Signed-off-by: Keith Packard <keithp@keithp.com>
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 8a308926..a12e2425 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@ fi
ANDROID_RELEASE=no
if test "x$ANDROID_SDK" != "xno"; then
HAVE_ANDROID_SDK="yes"
- if test -f "$HOME/altusmetrumllc/release.keystore" -a -f "$HOME/altusmetrumllc/Passphrase"; then
+ if test -f "$HOME/altusmetrumllc/google-play-release.keystore" -a -f "$HOME/altusmetrumllc/google-play-passphrase"; then
ANDROID_RELEASE=yes
fi
else