AltosDroid play store keys have moved, update configure.ac
authorKeith Packard <keithp@keithp.com>
Fri, 22 Apr 2016 01:12:06 +0000 (21:12 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Apr 2016 01:34:00 +0000 (21:34 -0400)
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>
configure.ac

index 8a308926d512a65480849db9f918711d1505af31..a12e242569c75cc121bf031537ec80c14b0d74be 100644 (file)
@@ -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