Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Matt Turner
On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee v...@freedesktop.org wrote: Some platforms, such as Mac OS X, do not have librt. But Mac OS X (apparently from my quick Google search) doesn't clock_gettime. clock_gettime is called from two places: src/gallium/auxiliary/os/os_time.c

Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Vinson Lee
On Sat, Feb 9, 2013 at 11:38 AM, Matt Turner matts...@gmail.com wrote: On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee v...@freedesktop.org wrote: Some platforms, such as Mac OS X, do not have librt. But Mac OS X (apparently from my quick Google search) doesn't clock_gettime. clock_gettime is

Re: [Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-09 Thread Matt Turner
On Sat, Feb 9, 2013 at 12:34 PM, Vinson Lee v...@freedesktop.org wrote: On Sat, Feb 9, 2013 at 11:38 AM, Matt Turner matts...@gmail.com wrote: On Fri, Feb 8, 2013 at 7:19 PM, Vinson Lee v...@freedesktop.org wrote: Some platforms, such as Mac OS X, do not have librt. But Mac OS X (apparently

[Mesa-dev] [PATCH v2] configure.ac: Do not error out if librt is not available.

2013-02-08 Thread Vinson Lee
Some platforms, such as Mac OS X, do not have librt. Signed-off-by: Vinson Lee v...@freedesktop.org --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6735fdc..9b9a0ad 100644 --- a/configure.ac +++ b/configure.ac @@ -500,8