summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-01-16 21:02:49 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-01-16 21:02:49 +0100
commit8a251bc9c7e24393593db13e53e85fad1c90c419 (patch)
tree1e944d697a22860523118bbd21feb8b02b8a519f /configure.ac
parent1b14bbb318ecbb90d625fc83e5cc925943f21d1f (diff)
downloadnettle-8a251bc9c7e24393593db13e53e85fad1c90c419.tar.gz
More concise descriptino of HAVE_CLOCK_GETTIME.
Rev: nettle/configure.ac:1.53
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index abe43aa1..334bab08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -608,7 +608,7 @@ AH_BOTTOM(
old_LIBS="$LIBS"
AC_SEARCH_LIBS(clock_gettime, rt, [
- AC_DEFINE([HAVE_CLOCK_GETTIME],1,[Define to 1 if you have the `clock_gettime' function])])
+ AC_DEFINE([HAVE_CLOCK_GETTIME],1,[Define if clock_gettime is available])])
BENCH_LIBS="$LIBS"
LIBS="$old_LIBS"