diff options
author | Keith Packard <keithp@keithp.com> | 2016-04-21 21:12:06 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-04-21 21:34:00 -0400 |
commit | 18b10ddf0e713431cb3e1065e62b0e6f597ce9d7 (patch) | |
tree | 2d2543be40bf1871afdee68615a5363eb43b47c0 | |
parent | 21d176f161b90f18f236ef887cef9676d712eee3 (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>
-rw-r--r-- | configure.ac | 2 |
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 |