diff options
author | hypnotoad <yoda@etoyoc.com> | 2017-11-17 03:10:54 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2017-11-17 03:10:54 (GMT) |
commit | 8079a467a7b58b840168997dba6b840c81a86be6 (patch) | |
tree | 34f8f515f42200759efc0894a653e4e90efee799 /unix/tcl.m4 | |
parent | be47788793ebb60ab44b11d994b5f053e8f6050a (diff) | |
parent | 5ff5853a6e9eac4dc0692fbacc53034b3fec1c58 (diff) | |
download | tcl-8079a467a7b58b840168997dba6b840c81a86be6.zip tcl-8079a467a7b58b840168997dba6b840c81a86be6.tar.gz tcl-8079a467a7b58b840168997dba6b840c81a86be6.tar.bz2 |
Pulling changes from core-8-6-branch
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 132e602..1806207 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2082,7 +2082,6 @@ closedir(d); AC_DEFINE(NO_DIRENT_H, 1, [Do we have <dirent.h>?]) fi - 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(stdlib.h, tcl_ok=1, tcl_ok=0) AC_EGREP_HEADER(strtol, stdlib.h, , tcl_ok=0) |