X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fsys_time.m4;h=9c1f74444ecb63c4f4d31eb57e1341180f03e12c;hb=6b2e6562e64a263a42910d28e23b6ca94f3ecb65;hp=758ca79b0b68eec8db0c6203a791d4be67595924;hpb=4b5ceb304b924c50eaf8263ad394493ff806fed4;p=m6w6%2Fext-psi diff --git a/m4/sys_time.m4 b/m4/sys_time.m4 index 758ca79..9c1f744 100644 --- a/m4/sys_time.m4 +++ b/m4/sys_time.m4 @@ -1,5 +1,5 @@ -AC_DEFUN(PSI_CHECK_SYS_TIME, [ - AC_CHECK_HEADERS(sys/time.h) +PSI_CHECK_SYS_TIME() { + PSI_CONFIG_POSIX(sys/time, sys/time.h) PSI_CONST(ITIMER_REAL, int) PSI_CONST(ITIMER_VIRTUAL, int) @@ -23,4 +23,4 @@ AC_DEFUN(PSI_CHECK_SYS_TIME, [ PSI_DECL(int gettimeofday, [(struct timeval *tp, struct timezone *tz)]) PSI_DECL(int utimes, [(char *path, struct timeval times@<:@2@:>@)]) PSI_DECL(int utimensat, [(int fd, char *path, struct timespec times@<:@2@:>@)]) -]) +}