Information from configure about android build was misprinted
authorKeith Packard <keithp@keithp.com>
Fri, 10 May 2013 04:04:52 +0000 (21:04 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 10 May 2013 04:04:52 +0000 (21:04 -0700)
A typo in the script caused it to print either 'yes' or ''

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index 46467705124c995bedc8c9c9980448f07810f354..32ab33a8f0f03f6c56d15aa40070265f84953822 100644 (file)
@@ -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])