remove the warning for a lacking crypto lib since it migth just be a gnutls
build...
This commit is contained in:
Родитель
53a8e5655b
Коммит
21337f4776
|
@ -836,10 +836,7 @@ if test X"$OPT_SSL" != Xno; then
|
|||
])
|
||||
|
||||
|
||||
if test X"$HAVECRYPTO" != X"yes"; then
|
||||
AC_MSG_WARN([crypto lib was not found; SSL will be disabled])
|
||||
|
||||
else
|
||||
if test X"$HAVECRYPTO" = X"yes"; then
|
||||
dnl This is only reasonable to do if crypto actually is there: check for
|
||||
dnl SSL libs NOTE: it is important to do this AFTER the crypto lib
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче