Differences From Artifact [ca463da686]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [20deaf934e] at 2016-09-06 15:21:11 on branch trunk — Fixed issue with static linking of TLS when also building a local static executable (user: rkeene, size: 14835) [annotate] [blame] [check-ins using]
To Artifact [44cc3a905e]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [d491db9c95] at 2016-09-06 15:28:27 on branch trunk — Corrected typo in last commit (user: rkeene, size: 14836) [annotate] [blame] [check-ins using]
︙ | |||
225 226 227 228 229 230 231 | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | - + | projlibextra='' fi fi done AC_MSG_RESULT([${projlibfilesnostub} ${projlibextra}]) |
︙ |