diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-09 21:06:52 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-09 21:06:52 -0700 |
commit | 106d212ff5920c39d95751ef6249dc141970412c (patch) | |
tree | 47f7715d037e06d8cf6deec1deb40540c6e62342 /configure.ac | |
parent | ecb128579e7576fc27c8ca93708f316b9ac91630 (diff) | |
parent | 09d5d6f546ccef2bfd4941e590f047485bb73d76 (diff) |
Merge branch 'master-fixes' into stm-flash-fixes
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]) |