diff options
author | Sverker Eriksson <[email protected]> | 2014-11-25 16:34:17 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-11-25 16:34:17 +0100 |
commit | a9cb99ef1b497b9b9279d1499c1cbaabedb416bf (patch) | |
tree | a4457b73b56d3fbf5f7f8bc679024a78864bde93 /configure.in | |
parent | 3191311eb66d6694332dc854c0150c796838a19f (diff) | |
parent | 5d87ae92f486a147be7e38af8ab5abae531b36b6 (diff) | |
download | otp-a9cb99ef1b497b9b9279d1499c1cbaabedb416bf.tar.gz otp-a9cb99ef1b497b9b9279d1499c1cbaabedb416bf.tar.bz2 otp-a9cb99ef1b497b9b9279d1499c1cbaabedb416bf.zip |
Merge branch 'maint'
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 008fa38632..0e09af4eff 100644 --- a/configure.in +++ b/configure.in @@ -266,6 +266,13 @@ AC_ARG_WITH(ssl-incl, AS_HELP_STRING([--with-ssl-incl=PATH], [location of OpenSSL include dir, if different than specified by --with-ssl=PATH])) +AC_ARG_WITH(ssl-rpath, +AS_HELP_STRING([--with-ssl-rpath=yes|no|PATHS], + [runtime library path for OpenSSL. Default is 'yes', which equates to a + number of standard locations. If 'no', then no runtime + library paths wil be used. Anything else should be a + comma separated list of paths.])) + AC_ARG_ENABLE(dynamic-ssl-lib, AS_HELP_STRING([--disable-dynamic-ssl-lib], [disable using dynamic openssl libraries])) |