diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-09 21:04:52 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-09 21:04:52 -0700 | 
| commit | 95a3a089f9c97684918937eecd94dcac77c47696 (patch) | |
| tree | 9bf6b87b89c4cfc435d5c589e87d66ad91aa0e37 /configure.ac | |
| parent | 17eada6e586731defa9fd75316670c2b2b1601ee (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>
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 | 
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])  | 
