Differences From Artifact [3af96890fd]:
- File configure.ac — part of check-in [0ca601053b] at 2014-05-22 17:18:35 on branch trunk — tcc4tcl 0.15 -- updated to default to providing dlopen unless --without-dlopen is requested (user: rkeene, size: 1886) [annotate] [blame] [check-ins using]
To Artifact [c1e20b872e]:
- File configure.ac — part of check-in [c000e01e26] at 2014-05-23 19:00:14 on branch trunk — tcc4tcl 0.16 -- support out-of-directory builds and older Make (user: rkeene, size: 1896) [annotate] [blame] [check-ins using]
︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 | - + | AC_SUBST(HOST_PATH_SEPARATOR) 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 |