diff options
author | Rickard Green <[email protected]> | 2018-08-28 16:58:06 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-28 16:58:06 +0200 |
commit | 0e0398dd50976f24294758c812c97c54e42eba21 (patch) | |
tree | a3ce844ae5a0c12754cbf3da6d3e12ebeb2f28d6 /lib | |
parent | 547b4ec00465a9fb8be40772b6bcc3609d92a0d1 (diff) | |
parent | 9475f6e2f3d9d3a0af7da013fa2aa08090517d27 (diff) | |
download | otp-0e0398dd50976f24294758c812c97c54e42eba21.tar.gz otp-0e0398dd50976f24294758c812c97c54e42eba21.tar.bz2 otp-0e0398dd50976f24294758c812c97c54e42eba21.zip |
Merge branch 'rickard/crypto-configure/OTP-15129'
* rickard/crypto-configure/OTP-15129:
Fix crypto configure on Darwin
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/crypto/configure.in b/lib/crypto/configure.in index 3e54371198..a3b6673f29 100644 --- a/lib/crypto/configure.in +++ b/lib/crypto/configure.in @@ -66,11 +66,6 @@ dnl use "PATH/include" and "PATH/lib". AC_CHECK_SIZEOF(void *) -CC=$DED_CC -CFLAGS=$DED_BASIC_CFLAGS -LD=$DED_LD -LDFLAGS=$DED_LDFLAGS - std_ssl_locations="/usr/local /usr/sfw /usr /opt/local /usr/pkg /usr/local/openssl /usr/lib/openssl /usr/openssl /usr/local/ssl /usr/lib/ssl /usr/ssl /" AC_ARG_WITH(ssl-zlib, |