summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-10-13 18:30:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-10-13 18:30:08 (GMT)
commit544db140240a8f3cd1aee0cf13d6bdef7681a9bf (patch)
tree5e724313982f82288e45019c3f0ad87bf8da9377 /win/configure.in
parentbe3636dd1e1b3fe36437ae972a54cbfaf306dd97 (diff)
downloadtcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.zip
tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.gz
tcl-544db140240a8f3cd1aee0cf13d6bdef7681a9bf.tar.bz2
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.
* tools/man2tcl.c: * unix/tcl.m4: * unix/tclConfig.h.in: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in9
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
#------------------------------------------------------------------------