diff options
author | Rickard Green <rickard@erlang.org> | 2023-01-03 15:40:16 +0100 |
---|---|---|
committer | Rickard Green <rickard@erlang.org> | 2023-01-03 15:40:16 +0100 |
commit | ace96ce3f17168f0372af024cfc4927e3d4b62be (patch) | |
tree | fef2d90cf635ef39907867d12f2cd9c1643f9ab4 /lib/crypto | |
parent | 66c39d763afc3e7fda1a4acfc7ca4ea958a2cad2 (diff) | |
download | erlang-ace96ce3f17168f0372af024cfc4927e3d4b62be.tar.gz |
Update configure scripts
Diffstat (limited to 'lib/crypto')
-rwxr-xr-x | lib/crypto/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/crypto/configure b/lib/crypto/configure index 855e95009d..86084dc07b 100755 --- a/lib/crypto/configure +++ b/lib/crypto/configure @@ -7398,8 +7398,9 @@ fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: " >&5 printf "%s\n" "" >&6; } - test "$SSL_DYNAMIC_ONLY" != "yes" -elif +elif test "$SSL_DYNAMIC_ONLY" != "yes" +then : + if test "$with_ssl_rpath" = yes then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: runtime library path requested by user, but dynamic linking will not be used" >&5 @@ -7409,7 +7410,7 @@ else $as_nop printf "%s\n" "" >&6; } fi -then : +else $as_nop # Check that it links... ded_ld_rpath= |