From: Theodore Tso Date: Wed, 27 Jan 1999 05:49:36 +0000 (+0000) Subject: configure.in: Remove test CHECK_WAIT_TYPE since nothing is using the X-Git-Tag: krb5-1.1-beta1~393 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3724c81eb8a92c0e06b164760a5f802a831decdb;p=krb5.git 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 --- 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