Line 0
Link Here
|
|
|
1 |
--- configure.orig 2019-05-17 10:25:29 UTC |
2 |
+++ configure |
3 |
@@ -19350,8 +19350,10 @@ fi |
4 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for openssl/crypto.h in $ssldir" >&5 |
5 |
$as_echo_n "checking for openssl/crypto.h in $ssldir... " >&6; } |
6 |
if test -f "$ssldir/include/openssl/crypto.h"; then |
7 |
- LIBCRYPTO_INCLUDES="-I$ssldir/include" |
8 |
- LIBCRYPTO_LDFLAGS="-L$ssldir/lib" |
9 |
+ if test $ssldir != /usr; then |
10 |
+ LIBCRYPTO_INCLUDES="-I$ssldir/include" |
11 |
+ LIBCRYPTO_LDFLAGS="-L$ssldir/lib" |
12 |
+ fi |
13 |
LIBCRYPTO_LIBS="-lcrypto" |
14 |
found=true |
15 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |