summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-09 21:04:52 -0700
committerKeith Packard <keithp@keithp.com>2013-05-09 21:04:52 -0700
commit95a3a089f9c97684918937eecd94dcac77c47696 (patch)
tree9bf6b87b89c4cfc435d5c589e87d66ad91aa0e37
parent17eada6e586731defa9fd75316670c2b2b1601ee (diff)
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 <keithp@keithp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])