From c7b9b09e9ef4c1af235b83a0d340a66ba44a8ac6 Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Mon, 31 Jan 2005 22:34:30 +0000 Subject: [PATCH] 2005-01-31 Gonzalo Paniagua Javier * configure.in: check for term.h and termios.h svn path=/trunk/mono/; revision=39872 --- ChangeLog | 4 ++++ configure.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac9196ce443..5492cb0f0e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-31 Gonzalo Paniagua Javier + + * configure.in: check for term.h and termios.h + 2005-01-30 Zoltan Varga * runtime/Makefile.am (mcs-compileall): Disable this for the 2.0 diff --git a/configure.in b/configure.in index 0b6b84b2a11..a9beaf4afbc 100644 --- a/configure.in +++ b/configure.in @@ -1070,6 +1070,11 @@ if test x$platform_win32 = xno; then [struct dirent.d_off, struct dirent.d_reclen, struct dirent.d_type],,, [#include #include ]) + + dnl ********************************* + dnl *** Check for Console 2.0 I/O *** + dnl ********************************* + AC_CHECK_HEADERS([term.h termios.h]) else jdk_headers_found=no AC_CHECK_LIB(ws2_32, main, LIBS="$LIBS -lws2_32", AC_ERROR(bad mingw install?)) -- 2.25.1