diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 11:29:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 11:29:52 (GMT) |
commit | 15449e71fb0e333a91a7bb2b8e4fabfc1f98f597 (patch) | |
tree | b4cedd373fa4571b1f7594a50cc0e7762478101a /unix | |
parent | d9fa72d22a6c7c823f0267fdabce5a9f307a7743 (diff) | |
parent | 02c730b29850204b02de5c9c1e70c52fd0fd9a65 (diff) | |
download | tcl-15449e71fb0e333a91a7bb2b8e4fabfc1f98f597.zip tcl-15449e71fb0e333a91a7bb2b8e4fabfc1f98f597.tar.gz tcl-15449e71fb0e333a91a7bb2b8e4fabfc1f98f597.tar.bz2 |
Merge 8.5
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 8 | ||||
-rw-r--r-- | unix/tcl.m4 | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/unix/configure b/unix/configure index a6c084e..0d005cb 100755 --- a/unix/configure +++ b/unix/configure @@ -5714,14 +5714,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 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 |