aboutsummaryrefslogtreecommitdiff
path: root/src/util/pty/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/pty/configure.in')
-rw-r--r--src/util/pty/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in
index 2394deb..3c6386a 100644
--- a/src/util/pty/configure.in
+++ b/src/util/pty/configure.in
@@ -50,6 +50,7 @@ dnl
AC_SUBST(LOGINLIBS)
dnl
AC_TYPE_MODE_T
+AC_CHECK_TYPE(time_t, int)
AC_FUNC_CHECK(strsave,AC_DEFINE(HAS_STRSAVE))
AC_HAVE_FUNCS(getutent setreuid gettosbyname setsid ttyname line_push ptsname grantpt openpty logwtmp getutmpx)
AC_CHECK_HEADERS(unistd.h stdlib.h string.h utmpx.h utmp.h sys/filio.h sys/sockio.h sys/label.h sys/tty.h ttyent.h lastlog.h sys/select.h sys/ptyvar.h)