Lines 18170-18177
fi
Link Here
|
18170 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/crypto.h in $ssldir" >&5 |
18170 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/crypto.h in $ssldir" >&5 |
18171 |
$as_echo_n "checking for openssl/crypto.h in $ssldir... " >&6; } |
18171 |
$as_echo_n "checking for openssl/crypto.h in $ssldir... " >&6; } |
18172 |
if test -f "$ssldir/include/openssl/crypto.h"; then |
18172 |
if test -f "$ssldir/include/openssl/crypto.h"; then |
18173 |
LIBCRYPTO_INCLUDES="-I$ssldir/include" |
18173 |
if test $ssldir != /usr; then |
18174 |
LIBCRYPTO_LDFLAGS="-L$ssldir/lib" |
18174 |
LIBCRYPTO_INCLUDES="-I$ssldir/include" |
|
|
18175 |
LIBCRYPTO_LDFLAGS="-L$ssldir/lib" |
18176 |
fi |
18175 |
LIBCRYPTO_LIBS="-lcrypto" |
18177 |
LIBCRYPTO_LIBS="-lcrypto" |
18176 |
found=true |
18178 |
found=true |
18177 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
18179 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |