diff --git a/configure b/configure index 00879451..887470c6 100755 --- a/configure +++ b/configure @@ -58,7 +58,7 @@ test -n "$CC" && cc="$CC" cpu=`uname -m` cpu_sys="$cpu" targetos=`uname` -test "$(uname -o)" = "Android" && targetos=Android +test "$(uname -s)" = "Android" && targetos=Android case $targetos in Darwin)