From: Keith Packard Date: Fri, 22 Apr 2016 01:12:06 +0000 (-0400) Subject: AltosDroid play store keys have moved, update configure.ac X-Git-Tag: 1.6.3~2^2~36 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=18b10ddf0e713431cb3e1065e62b0e6f597ce9d7 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 --- 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