Differences From Artifact [1ab4dbd7bb]:
- File configure.ac — part of check-in [7deb61f66a] at 2014-05-06 04:42:06 on branch trunk — Updated to not weaken symbols in static library and changed --enable-static to --disable-shared (user: rkeene, size: 1438) [annotate] [blame] [check-ins using]
To Artifact [b2aa5f3b46]:
- File configure.ac — part of check-in [194d1a7c62] at 2014-05-17 05:55:21 on branch trunk — tcc4tcl 0.7 (user: rkeene, size: 1438) [annotate] [blame] [check-ins using]
| ︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + |
AC_SUBST(TCC4TCL_TARGET)
dnl Perform Tcl Extension required stuff
TCLEXT_INIT
dnl This must be done last since it breaks the compilation
if test "${TCC4TCL_TARGET}" = "shared"; then
|