X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fsys_types.m4;h=88315dfcc5605dad031111ad76d31105599be6ec;hb=5abcb8724ac7046d62203ea643e9ce69f63a6a8a;hp=352d8b5adb2c87e35114e7f6c63386829a7900da;hpb=b4508f6b917660970f887894a6aaed6c220a2c72;p=m6w6%2Fext-psi diff --git a/m4/sys_types.m4 b/m4/sys_types.m4 index 352d8b5..88315df 100644 --- a/m4/sys_types.m4 +++ b/m4/sys_types.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(PSI_CHECK_SYS_TYPES, [ +PSI_CHECK_SYS_TYPES() { AC_CHECK_HEADERS(sys/types.h) PSI_TYPE(blkcnt_t, int) @@ -21,4 +21,4 @@ AC_DEFUN(PSI_CHECK_SYS_TYPES, [ PSI_TYPE(time_t, int) PSI_TYPE(timer_t, int) PSI_TYPE(uid_t, int) -]) +}