diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-01 16:25:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-01 16:25:30 (GMT) |
commit | fc7a2d97e0d4c2c2bfc5c978843c1126cdc441b1 (patch) | |
tree | e76c55022ec23aa4957a4d83ff180661a1a00eba /win/tcl.m4 | |
parent | 53a9a5dc8fdd7aac66544c1c0db83f8943ed8ba6 (diff) | |
download | tcl-fc7a2d97e0d4c2c2bfc5c978843c1126cdc441b1.zip tcl-fc7a2d97e0d4c2c2bfc5c978843c1126cdc441b1.tar.gz tcl-fc7a2d97e0d4c2c2bfc5c978843c1126cdc441b1.tar.bz2 |
Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already generates this part, resulting in duplicate code in the "configure" script
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -364,14 +364,6 @@ AC_DEFUN([SC_ENABLE_SHARED], [ AC_ARG_ENABLE(shared, [ --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 |