X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=m4%2Ftimes.m4;h=d0d2b0e75a8ab2e9a27b2dfeba57d46b72ae2b20;hb=e94c6a2bfb11e490bee54e79e93997db8c623b56;hp=c03b548b5a624295e426e30e48543dcc57a4cb26;hpb=3d2abbd6244983af215dc4acabae06253b37cef0;p=cln.git diff --git a/m4/times.m4 b/m4/times.m4 index c03b548..d0d2b0e 100644 --- a/m4/times.m4 +++ b/m4/times.m4 @@ -1,5 +1,5 @@ dnl -*- Autoconf -*- -dnl Copyright (C) 1993-2003 Free Software Foundation, Inc. +dnl Copyright (C) 1993-2006 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -17,6 +17,7 @@ AC_CHECK_FUNC(times, , no_times=1)dnl if test -z "$no_times"; then AC_CACHE_CHECK(for times return value, cl_cv_func_times_return, [ AC_TRY_RUN([ +#include /* needed for exit() */ #include #include /* needed for CLK_TCK */ #ifndef CLK_TCK