Merge pull request #84 from dirkjanm/dirkjanm-patch-sslprefix

Fix issue with hydra not compiling since adding custom ssl prefix
This commit is contained in:
van Hauser 2015-12-28 19:19:13 +01:00
commit 6af2e98559

2
configure vendored
View file

@ -149,7 +149,7 @@ if [ "X" != "X$DEBUG" ]; then
echo DEBUG: SSL_INC=$INCDIRS `ls -d /*ssl/include /opt/*ssl/include /usr/*ssl/include /usr/local/*ssl/include 2> /dev/null`
fi
if [ "X" = "X$WSSL_LIB_PATH" ]; then
if [ "X" != "X$WSSL_LIB_PATH" ]; then
SSL_PATH="$i"
CRYPTO_PATH="$i"
else