From: Niels Möller Date: Mon, 16 Jan 2012 20:02:49 +0000 (+0100) Subject: More concise descriptino of HAVE_CLOCK_GETTIME. X-Git-Tag: converted-master-branch-to-git~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a251bc9c7e24393593db13e53e85fad1c90c419;p=thirdparty%2Fnettle.git More concise descriptino of HAVE_CLOCK_GETTIME. Rev: nettle/configure.ac:1.53 --- 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"