mirror of
https://github.com/transmission/transmission
synced 2025-02-11 08:54:55 +00:00
#450: OpenSSL in FreeBSD basesystem doesn't has openssl.pc..
This commit is contained in:
parent
ee635d9af5
commit
0386f8ca9d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ AC_DEFUN([CHECK_SSL],
|
||||||
[
|
[
|
||||||
AC_MSG_CHECKING([for OpenSSL])
|
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"
|
ssldir="$dir"
|
||||||
if test -f "$dir/include/openssl/ssl.h"; then
|
if test -f "$dir/include/openssl/ssl.h"; then
|
||||||
found_ssl="yes";
|
found_ssl="yes";
|
||||||
|
|
Loading…
Reference in a new issue