summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/macros/type_time_t.m4
blob: 25713384546a3a68cd703a749669936a4e255552 (plain)
1
2
3
4
5
dnl ######################################################################
dnl check for type of time_t (usually in <sys/types.h>)
AC_DEFUN(AMU_TYPE_TIME_T,
[AC_CHECK_TYPE(time_t, long)])
dnl ======================================================================
OpenPOWER on IntegriCloud