From f6c5120fabfd7c989380a0b4443651c35a3bf950 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Tue, 19 Apr 2016 21:25:30 -0500 Subject: Go back to just --with-ssl for configure --- kerl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'kerl') 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 -- cgit v1.2.3