configure: Also check for clock_gettime in libpthread
authorРуслан Ижбулатов <lrn1986@gmail.com>
Mon, 8 Apr 2013 09:14:35 +0000 (13:14 +0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 9 Apr 2013 18:34:35 +0000 (20:34 +0200)
commite2f2ee3582731fd52e5b93a0a82fdf6f4156bce2
tree5d794c83eed0b1a048952ba3e46ff28a8f09872e
parente745a2bcf07eb7ecafcb92428b4d2907ff22b124
configure: Also check for clock_gettime in libpthread

libwinpthreads provides POSIX time API.
It also provides libpthread alias for itself, for compatibility, so that
is what we will link with.

Fixes #697550
configure.ac