summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
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 /unix/tcl.m4
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 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index aa6e870..b44556e 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2054,7 +2054,6 @@ int main() {
#
# Defines some of the following vars:
# NO_DIRENT_H
-# NO_ERRNO_H
# NO_VALUES_H
# HAVE_LIMITS_H or NO_LIMITS_H
# NO_STDLIB_H
@@ -2096,7 +2095,6 @@ closedir(d);
fi
AC_MSG_RESULT($tcl_ok)
- AC_CHECK_HEADER(errno.h, , [AC_DEFINE(NO_ERRNO_H, 1, [Do we have <errno.h>?])])
AC_CHECK_HEADER(float.h, , [AC_DEFINE(NO_FLOAT_H, 1, [Do we have <float.h>?])])
AC_CHECK_HEADER(values.h, , [AC_DEFINE(NO_VALUES_H, 1, [Do we have <values.h>?])])
AC_CHECK_HEADER(limits.h,