diff options
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/win/configure.in b/win/configure.in index 579bf91..d2088ad 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.85 2005/08/23 18:13:51 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.86 2005/10/13 18:30:10 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -352,13 +352,6 @@ SC_ENABLE_SYMBOLS TCL_DBGX=${DBGX} -#-------------------------------------------------------------------- -# man2tcl needs this so that it can use errno.h -#-------------------------------------------------------------------- - -AC_CHECK_HEADER(errno.h, , MAN2TCLFLAGS="-DNO_ERRNO_H") -AC_SUBST(MAN2TCLFLAGS) - #------------------------------------------------------------------------ # tclConfig.sh refers to this by a different name #------------------------------------------------------------------------ |