Differences From Artifact [729273bb05]:
- File aclocal/shobj.m4 — part of check-in [d33155cd64] at 2016-12-07 19:21:59 on branch tls-1-7 — Updated to latest remote shobj.m4 (user: rkeene, size: 6685) [annotate] [blame] [check-ins using]
To Artifact [df168ca7e7]:
- File aclocal/shobj.m4 — part of check-in [9f920bf04f] at 2016-12-07 19:31:47 on branch tls-1-7 — Updated to default to not setting the RPATH if we are linking statically to the SSL library (user: rkeene, size: 6739) [annotate] [blame] [check-ins using]
︙ | |||
87 88 89 90 91 92 93 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | + - + + + + | else set_rpath='yes' fi ], [ if test "$cross_compiling" = 'yes'; then set_rpath='no' else ifelse($1, [], [ |
︙ |