forked from premiere/premiere-libtorrent
Fix autoreconf AC_LANG_CONFTEST warnings
This commit is contained in:
parent
3abecd2546
commit
be4167660e
|
@ -106,7 +106,7 @@ AC_DEFUN([AX_CHECK_OPENSSL], [
|
|||
LIBS="$OPENSSL_LIBS $LIBS"
|
||||
CPPFLAGS="$OPENSSL_INCLUDES $CPPFLAGS"
|
||||
AC_LINK_IFELSE(
|
||||
AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)]),
|
||||
[AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
|
||||
[
|
||||
AC_MSG_RESULT([yes])
|
||||
$1
|
||||
|
|
Loading…
Reference in New Issue