diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-03 08:14:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-03 08:14:57 (GMT) |
commit | f8572403aa0a51a44eb8944daddddac94bdbadf4 (patch) | |
tree | 8579a4031b8c804f30f84d52e6d7cb9968257439 /unix/tcl.m4 | |
parent | c8f65d7cc015b7740935d3491ee4dd92805ae47f (diff) | |
parent | d468d7d09254c80b383af546b4f669684b92d366 (diff) | |
download | tk-f8572403aa0a51a44eb8944daddddac94bdbadf4.zip tk-f8572403aa0a51a44eb8944daddddac94bdbadf4.tar.gz tk-f8572403aa0a51a44eb8944daddddac94bdbadf4.tar.bz2 |
Merge 8.5
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index fa027b1..27b7540 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -511,14 +511,6 @@ AC_DEFUN([SC_ENABLE_SHARED], [ AC_HELP_STRING([--enable-shared], [build and link with shared libraries (default: on)]), [tcl_ok=$enableval], [tcl_ok=yes]) - - if test "${enable_shared+set}" = set; then - enableval="$enable_shared" - tcl_ok=$enableval - else - tcl_ok=yes - fi - if test "$tcl_ok" = "yes" ; then AC_MSG_RESULT([shared]) SHARED_BUILD=1 |