summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2020-12-07 17:08:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2020-12-07 17:08:05 (GMT)
commite95e6197207d4aae81e8046f1ef5c63bc420f1ff (patch)
tree677897e80a6e80c5349d2227c475c7b43a5fb02e /unix/configure
parent6bf3b7356d8f53c983b5a5a196752afd7031000d (diff)
parentf5312f21552eeb863f2d46fec33b0e4d4fc2173d (diff)
downloadtk-e95e6197207d4aae81e8046f1ef5c63bc420f1ff.zip
tk-e95e6197207d4aae81e8046f1ef5c63bc420f1ff.tar.gz
tk-e95e6197207d4aae81e8046f1ef5c63bc420f1ff.tar.bz2
merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure12
1 files changed, 2 insertions, 10 deletions
diff --git a/unix/configure b/unix/configure
index aea6715..86e9ac5 100755
--- a/unix/configure
+++ b/unix/configure
@@ -4019,14 +4019,6 @@ if test "${enable_shared+set}" = set; then
else
tcl_ok=yes
fi;
-
- if test "${enable_shared+set}" = set; then
- enableval="$enable_shared"
- tcl_ok=$enableval
- else
- tcl_ok=yes
- fi
-
if test "$tcl_ok" = "yes" ; then
echo "$as_me:$LINENO: result: shared" >&5
echo "${ECHO_T}shared" >&6
@@ -4683,7 +4675,7 @@ fi
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
;;
- CYGWIN_*|MINGW32*)
+ CYGWIN_*|MINGW32_*|MSYS_*)
SHLIB_CFLAGS=""
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
@@ -6609,7 +6601,7 @@ fi
case $system in
AIX-*) ;;
BSD/OS*) ;;
- CYGWIN_*) ;;
+ CYGWIN_*|MINGW32_*|MSYS_*) ;;
IRIX*) ;;
NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;