From 95a3a089f9c97684918937eecd94dcac77c47696 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 9 May 2013 21:04:52 -0700 Subject: [PATCH] Information from configure about android build was misprinted A typo in the script caused it to print either 'yes' or '' Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 46467705..32ab33a8 100644 --- a/configure.ac +++ b/configure.ac @@ -148,7 +148,7 @@ fi if test "x$ANDROID_SDK" != "xno"; then HAVE_ANDROID_SDK="yes" else - HAVE_ANDROD_SDK="no" + HAVE_ANDROID_SDK="no" fi AM_CONDITIONAL([ANDROID], [test x$ANDROID_SDK != xno]) -- 2.30.2