summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-02-22 23:51:29 +0100
committerKevin Ryde <user42@zip.com.au>2002-02-22 23:51:29 +0100
commitf1ed2df954b6518b3904aab1c709a5a04eeb07c6 (patch)
tree6201311dcdffaf908ecf6e1b9275cb920fd3a386 /configure.in
parentea64383383bec84aa23aaed3841e92ada559b8bf (diff)
downloadgmp-f1ed2df954b6518b3904aab1c709a5a04eeb07c6.tar.gz
* tune/time.c, configure.in (clock_gettime): New measuring method.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3bf3970a6..073f0c28b 100644
--- a/configure.in
+++ b/configure.in
@@ -1529,6 +1529,7 @@ esac
# Reasons for testing:
# alarm - not in mingw
+# clock_gettime - not in glibc 2.2.4, only very recent systems
# cputime - not in glibc
# gettimeofday - not in mingw
# mmap - not in mingw, djgpp
@@ -1541,7 +1542,7 @@ esac
# strnlen - glibc extension
# times - not in mingw
#
-AC_CHECK_FUNCS(alarm clock cputime getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time sigaction sigaltstack sigstack strchr strnlen strtoul sysconf sysctl sysctlbyname times)
+AC_CHECK_FUNCS(alarm clock clock_gettime cputime getpagesize getrusage gettimeofday localeconv memset mmap mprotect obstack_vprintf popen processor_info read_real_time sigaction sigaltstack sigstack strchr strnlen strtoul sysconf sysctl sysctlbyname times)
# FIXME: Would have done this with an AM_CONDITIONAL, but automake 1.5
# doesn't like that under libgmp_la_DEPENDENCIES.