From: sanne raymaekers Date: Sun, 27 Aug 2017 12:16:48 +0000 (+0200) Subject: Changed configure.in to recognize linux-android instead of linux-androideabi X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=9f31e3931b6538dec6a68c66842962091f04d032;p=portaudio Changed configure.in to recognize linux-android instead of linux-androideabi That way specifying non-arm architectures makes more sense. --- diff --git a/configure.in b/configure.in index a63e73c..22ad0d5 100644 --- a/configure.in +++ b/configure.in @@ -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"