summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-24 17:34:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-24 17:34:05 (GMT)
commit32ff2195a21937b9befa7b767fd3a5ef4602da54 (patch)
tree133b9c3a6a03a0fed12341c4eb734652e65abc20 /unix/tcl.m4
parent7505833c266274e4d14a84da70f21f23c7f5b9f7 (diff)
downloadtcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.zip
tcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.tar.gz
tcl-32ff2195a21937b9befa7b767fd3a5ef4602da54.tar.bz2
Tcl source code already assumes the <limits.h> file is available.
(See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 277fe0b..25c2699 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2158,7 +2158,6 @@ dnl # preprocessing tests use only CPPFLAGS.
# Defines some of the following vars:
# NO_DIRENT_H
# NO_VALUES_H
-# HAVE_LIMITS_H or NO_LIMITS_H
# NO_STDLIB_H
# NO_STRING_H
# NO_SYS_WAIT_H
@@ -2198,9 +2197,6 @@ closedir(d);
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,
- [AC_DEFINE(HAVE_LIMITS_H, 1, [Do we have <limits.h>?])],
- [AC_DEFINE(NO_LIMITS_H, 1, [Do we have <limits.h>?])])
AC_CHECK_HEADER(stdlib.h, tcl_ok=1, tcl_ok=0)
AC_EGREP_HEADER(strtol, stdlib.h, , tcl_ok=0)
AC_EGREP_HEADER(strtoul, stdlib.h, , tcl_ok=0)