configure: Don't define HAVE_CLOCK_GETTIME on macOS.
commit5ddcfa019d027d9d690c98151c708eb4e7d5f72b
authorHuw Davies <huw@codeweavers.com>
Tue, 14 May 2019 08:53:41 +0000 (14 09:53 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 May 2019 18:24:07 +0000 (14 20:24 +0200)
tree7a76ac171c16e22511156088754c21aaa16060e8
parent42ba38c14cc1b8f59e8c2f0b36f213f848fac850
configure: Don't define HAVE_CLOCK_GETTIME on macOS.

Using clock_gettime() on macOS is problematical; see commit
27c71e09ad51ba6aa672a46379efd10b5959863f for an explanation.
Possible configure tests for this end up being quite ugly, so
avoiding it altogether seems simplest.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
configure
configure.ac