1273.12.3
by Monty Taylor
pandora-build v0.104 |
1 |
dnl Copyright (C) 2010 Monty Taylor |
2 |
dnl This file is free software; Monty Taylor |
|
3 |
dnl gives unlimited permission to copy and/or distribute it, |
|
4 |
dnl with or without modifications, as long as this notice is preserved. |
|
5 |
||
6 |
#-------------------------------------------------------------------- |
|
7 |
# Check for clock_gettime |
|
8 |
#-------------------------------------------------------------------- |
|
9 |
||
10 |
AC_DEFUN([PANDORA_CLOCK_GETTIME],[ |
|
1273.12.4
by Monty Taylor
Fixed the clock_gettime test. |
11 |
AC_SEARCH_LIBS([clock_gettime],[rt]) |
12 |
AS_IF([test "x${ac_cv_search_clock_gettime}" != "xno"],[ |
|
1273.12.3
by Monty Taylor
pandora-build v0.104 |
13 |
AC_DEFINE([HAVE_CLOCK_GETTIME],[1],[Have a working clock_gettime function]) |
14 |
]) |
|
15 |
]) |