From 3724c81eb8a92c0e06b164760a5f802a831decdb Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 27 Jan 1999 05:49:36 +0000 Subject: [PATCH] configure.in: Remove test CHECK_WAIT_TYPE since nothing is using the results of that test (WAIT_USES_INT). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11131 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/pty/ChangeLog | 5 +++++ src/util/pty/Makefile.in | 2 ++ src/util/pty/configure.in | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index d5c5ba6bc..3082e45fb 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +1999-01-27 Theodore Ts'o + + * configure.in: Remove test CHECK_WAIT_TYPE since nothing is using + the results of that test (WAIT_USES_INT). + 1998-08-16 * Makefile.in (SHLIB_EXPDEPS): Depend on lib_comerr diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index 1bf272b58..5250555c0 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=util/pty +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) RELDIR=../util/pty CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in index 4c58d6ee3..398b1827f 100644 --- a/src/util/pty/configure.in +++ b/src/util/pty/configure.in @@ -61,7 +61,6 @@ KRB5_SIGTYPE CHECK_SIGNALS CHECK_SETJMP CHECK_DIRENT -CHECK_WAIT_TYPE AC_HEADER_CHECK(termios.h,AC_FUNC_CHECK(cfsetispeed,AC_DEFINE(POSIX_TERMIOS))) CHECK_UTMP dnl -- 2.26.2