aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-04-19 21:25:30 -0500
committerMark Allen <[email protected]>2016-04-19 21:25:30 -0500
commitf6c5120fabfd7c989380a0b4443651c35a3bf950 (patch)
treeed04487daaa44f6601c03d2e3019840a06512c58
parent726bc6017f80a2b7064f97bc69dcbd565974f013 (diff)
downloadkerl-f6c5120fabfd7c989380a0b4443651c35a3bf950.tar.gz
kerl-f6c5120fabfd7c989380a0b4443651c35a3bf950.tar.bz2
kerl-f6c5120fabfd7c989380a0b4443651c35a3bf950.zip
Go back to just --with-ssl for configure
-rwxr-xr-xkerl7
1 files changed, 1 insertions, 6 deletions
diff --git a/kerl b/kerl
index d1a5702..93103db 100755
--- a/kerl
+++ b/kerl
@@ -367,12 +367,7 @@ do_build()
xc_ssl='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-migrator/sdk/MacOSX.sdk/usr'
if [ -d "$xc_ssl/include/openssl" ]
then
- if [ $RELVERSION -ge 17 ]
- then
- KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --with-ssl --with-ssl-incl=$xc_ssl"
- else
- KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --with-ssl=$xc_ssl"
- fi
+ KERL_CONFIGURE_OPTIONS="$KERL_CONFIGURE_OPTIONS --with-ssl=$xc_ssl"
else
echo 'WARNING: No OpenSSL library was found in the usual places. Your Erlang will be built without crypto support!'
fi