2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 31 Jan 2005 22:34:30 +0000 (22:34 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Mon, 31 Jan 2005 22:34:30 +0000 (22:34 -0000)
* configure.in: check for term.h and termios.h

svn path=/trunk/mono/; revision=39872

ChangeLog
configure.in

index ac9196ce4436b3a485b44e2bb3105bbb583f5799..5492cb0f0e9cb6b9627f0643044bce43d76f89c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * configure.in: check for term.h and termios.h
+
 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
 
        * runtime/Makefile.am (mcs-compileall): Disable this for the 2.0
index 0b6b84b2a11be39c72d44e06cbb8730380f7dc5c..a9beaf4afbc8f9e5cbcb195e9839091ab564a789 100644 (file)
@@ -1070,6 +1070,11 @@ if test x$platform_win32 = xno; then
                [struct dirent.d_off, struct dirent.d_reclen, struct dirent.d_type],,, 
                [#include <sys/types.h>
                 #include <dirent.h>])
+
+       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?))