From: Keith Packard Date: Fri, 10 May 2013 04:04:52 +0000 (-0700) Subject: Information from configure about android build was misprinted X-Git-Tag: 1.2.1~19^2~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=95a3a089f9c97684918937eecd94dcac77c47696;ds=sidebyside 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 --- 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])