From 18b10ddf0e713431cb3e1065e62b0e6f597ce9d7 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 21 Apr 2016 21:12:06 -0400 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2