aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-29 16:08:33 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:35 +0100
commit6a30e47ab458cd89f8aa3ed9b48af719cb936988 (patch)
treeec8d66c28a9d3d75ed44da8e01af6262177a83a3 /configure.ac
parentbb4ae0b147097d3d13085fe717633d5bebb5e103 (diff)
Formatting
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d390602a..1b7ccb70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,7 +219,8 @@ AC_CHECK_LIB([pthread], [sched_setaffinity], [
])
-AC_CHECK_LIB([rt], [clock_gettime], [
+AC_CHECK_LIB([rt], [clock_gettime],
+[
AC_DEFINE([HAVE_CLOCK_GETTIME], [1],
[Define to 1 if clock_gettime is available.])
TIMER_LIBS="-lrt"