forked from pool/mariadb
12 lines
425 B
Diff
12 lines
425 B
Diff
|
--- config/ac-macros/ssl.m4 2009-04-10 14:05:07.000000000 +0200
|
||
|
+++ config/ac-macros/ssl.m4 2009-04-10 14:15:15.000000000 +0200
|
||
|
@@ -102,7 +102,7 @@
|
||
|
#
|
||
|
# Try to link with openSSL libs in <location>
|
||
|
#
|
||
|
- openssl_libs="-L$location/lib/ -lssl -lcrypto"
|
||
|
+ openssl_libs="-L$location/lib -L$location/lib64 -lssl -lcrypto"
|
||
|
MYSQL_CHECK_SSL_DIR([$openssl_includes], [$openssl_libs])
|
||
|
|
||
|
if test "$mysql_ssl_found" == "no"
|