X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=8b0026628de883d996401a3ac9213b0013685f20;hb=3e4fc0b3953655eb720372d9b4274cd4bca19556;hp=8ce94180aa690e696becb3cdc6d131dbc1064e15;hpb=51836cedce41d8b36eac34c69370489162aaa2b5;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 8ce94180..8b002662 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