diff options
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  | 
