mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
#450: OpenSSL in FreeBSD basesystem doesn't has openssl.pc..
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ AC_DEFUN([CHECK_SSL],
|
||||
[
|
||||
AC_MSG_CHECKING([for OpenSSL])
|
||||
|
||||
for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
|
||||
for dir in $with_ssl /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
|
||||
ssldir="$dir"
|
||||
if test -f "$dir/include/openssl/ssl.h"; then
|
||||
found_ssl="yes";
|
||||
|
||||
Reference in New Issue
Block a user