Fix autoreconf AC_LANG_CONFTEST warnings

This commit is contained in:
Calum Lind 2016-11-26 22:07:02 +00:00 committed by Arvid Norberg
parent 3abecd2546
commit be4167660e
1 changed files with 1 additions and 1 deletions

View File

@ -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