Differences From Artifact [e32d5ecb6e]:
- File auto.def — part of check-in [46c27e29e3] at 2011-11-28 05:31:32 on branch trunk — Allow the --with-tcl option to the configure script to work on more systems. Based on patch by Steve Bennett. (user: mistachkin size: 6949) [more...]
To Artifact [7f030cfd01]:
- File auto.def — part of check-in [2ce353f5b0] at 2012-02-17 21:14:32 on branch jan-buildfixes — Fix openssl library path when specifying --with-openssl with a manual path. (user: jan size: 6945) [more...]
︙ | |||
154 155 156 157 158 159 160 | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | - + | if {$dir eq ""} { set msg "system ssl" set cflags "" set ldflags "" } else { set msg "ssl in $dir" set cflags "-I$dir/include" |
︙ |