* configure.in: Autoconf 2.55 will not simply use cpp to test for
authorEzra Peisach <epeisach@mit.edu>
Tue, 22 Oct 2002 18:53:10 +0000 (18:53 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 22 Oct 2002 18:53:10 +0000 (18:53 +0000)
commit4ecb3164f3932a303485ede355ec91ab6bfb0d1b
tree4402ee3c326297f38a2af207093121f11f1385f1
parentfcbd19fa1eab345d7ca5a97a2a8d2e63c6e60d26
* configure.in: Autoconf 2.55 will not simply use cpp to test for
header file existance - the header file must be compilable. This
will mean that if one header depends on another, it must be
included. Test for term.h using the optional fourth argument to
AC_CHECK_HEADERS to specify include files to test.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14933 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/configure.in