summaryrefslogtreecommitdiffstats
path: root/src/auto
diff options
context:
space:
mode:
Diffstat (limited to 'src/auto')
-rwxr-xr-xsrc/auto/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index 77d2f5e657..28eb7f3383 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -12528,7 +12528,8 @@ for ac_func in fchdir fchown fchmod fsync getcwd getpseudotty \
getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
strnicmp strpbrk strptime strtol tgetent towlower towupper iswupper \
- tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt
+ tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt \
+ clock_gettime
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"