diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 20:15:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-02 20:15:45 (GMT) |
commit | d468d7d09254c80b383af546b4f669684b92d366 (patch) | |
tree | 61547dfc3ee7f353315a39d238fc3335ebcc4056 /unix | |
parent | ee2b3bf1f8dde21c17795d277a8b708b8a29b8c0 (diff) | |
parent | c8f65d7cc015b7740935d3491ee4dd92805ae47f (diff) | |
download | tk-d468d7d09254c80b383af546b4f669684b92d366.zip tk-d468d7d09254c80b383af546b4f669684b92d366.tar.gz tk-d468d7d09254c80b383af546b4f669684b92d366.tar.bz2 |
sync tcl.m4 and ruls.vc with Tcl
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 43e9d1a..a6fee9e 100755 --- a/unix/configure +++ b/unix/configure @@ -4492,14 +4492,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 b01901b..4219003 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -534,14 +534,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 |