summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-12 14:47:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-12 14:47:18 (GMT)
commit7d7b9fba7fb2d97d9aaaf36725c9993edfe3596a (patch)
tree3f492351a22282a96232a18578a8d89fb8a4f343 /unix
parentda1503d52a88c0f3e46c381ef6f6171297de346a (diff)
downloadtk-7d7b9fba7fb2d97d9aaaf36725c9993edfe3596a.zip
tk-7d7b9fba7fb2d97d9aaaf36725c9993edfe3596a.tar.gz
tk-7d7b9fba7fb2d97d9aaaf36725c9993edfe3596a.tar.bz2
sync tcl.m4 and rules.vc with Tcl
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m44
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index b7e78a7..fe229ad 100755
--- a/unix/configure
+++ b/unix/configure
@@ -6609,7 +6609,7 @@ fi
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*|MINGW32_*) ;;
+ CYGWIN_*) ;;
IRIX*) ;;
NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 7d4185b..24e00cd 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1986,7 +1986,7 @@ dnl # preprocessing tests use only CPPFLAGS.
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*|MINGW32_*) ;;
+ CYGWIN_*) ;;
IRIX*) ;;
NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
@@ -2114,13 +2114,13 @@ dnl # preprocessing tests use only CPPFLAGS.
#
# Defines some of the following vars:
# NO_DIRENT_H
+# NO_FLOAT_H
# NO_VALUES_H
# NO_STDLIB_H
# NO_STRING_H
# NO_SYS_WAIT_H
# NO_DLFCN_H
# HAVE_SYS_PARAM_H
-#
# HAVE_STRING_H ?
#
#--------------------------------------------------------------------