configure.ac: Don't look for pthreads in Android platform
authorGurchetan Singh <gurchetansingh@chromium.org>
Thu, 27 Oct 2016 16:06:42 +0000 (09:06 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 15 Nov 2016 15:48:02 +0000 (15:48 +0000)
commite23608db1cad3d3b86b5350255db4d47a0081d2e
tree287e4c0587ce8b8c256bfc060904ce3383beed24
parente73513f3c85f45a05a23dbdcda7901812fc4d4fa
configure.ac: Don't look for pthreads in Android platform

In Android, the pthreads libs are in bionic.  When building
Mesa for Android with the autotools workflow, we shouldn't
set -lpthread or -pthread.

[Emil Velikov]
Other platforms could use a similar fix, although that is left as
separate exercise.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac