Changed configure.in to recognize linux-android instead of linux-androideabi

That way specifying non-arm architectures makes more sense.
This commit is contained in:
sanne raymaekers 2017-08-27 14:16:48 +02:00
commit 9f31e3931b

View file

@ -399,7 +399,7 @@ case "${host_os}" in
SHARED_FLAGS=""
;;
linux-androideabi* )
linux-android* )
dnl Android configuration, this is separate because we don't need to link pthread explicitly
CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix"