diff options
author | Bdale Garbee <bdale@gag.com> | 2012-09-12 00:26:21 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-09-12 00:26:21 -0600 |
commit | 69d42b26223b45df4167aa3baafba100ad71baab (patch) | |
tree | 5da4043832b8bfc151b65f58d22c22ca61f8c766 /configure.ac | |
parent | 3e9078cb1077e7ad0d845f10c2ad0a007df76d29 (diff) | |
parent | 3fa5fbdfd1ab257028f272fbc32759b39608ddaf (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
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 7bb0136b..cb765e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ AC_SUBST(JVM_INCLUDE) AC_ARG_WITH(android, AS_HELP_STRING([--with-android=PATH], [Set android SDK path (default searches in a variety of places)]), - [ANDROID_SDK=$withval], [ANDROID_SDK=auto]) + [ANDROID_SDK=$withval], [ANDROID_SDK=${ANDROID_SDK:-auto}]) echo ANDROID_SDK set to $ANDROID_SDK |