summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-20 08:58:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-20 08:58:39 (GMT)
commitb946ce971fbde11b9739fc0b77237ed382e24bd0 (patch)
tree1781cd67ed9cba4d74de228b6708c0307f2aa723 /unix/tcl.m4
parent48047bb120a19ed52c13f484cc0685fe7218ae50 (diff)
downloadtcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.zip
tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.gz
tcl-b946ce971fbde11b9739fc0b77237ed382e24bd0.tar.bz2
Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h breaks build of Tk trunk on macOS
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 9aa3eb2..51459c9 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -2040,7 +2040,6 @@ dnl # preprocessing tests use only CPPFLAGS.
#
# Defines some of the following vars:
# NO_DIRENT_H
-# NO_VALUES_H
# NO_STDLIB_H
# NO_STRING_H
# NO_SYS_WAIT_H
@@ -2078,7 +2077,6 @@ closedir(d);
AC_DEFINE(NO_DIRENT_H, 1, [Do we have <dirent.h>?])
fi
- AC_CHECK_HEADER(values.h, , [AC_DEFINE(NO_VALUES_H, 1, [Do we have <values.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)