From: Lucas De Marchi Date: Mon, 4 Feb 2019 23:02:20 +0000 (-0800) Subject: build: check openssl version X-Git-Tag: v26~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3b5428cd8f52b6002f48859a843557e86d1ca3b;p=thirdparty%2Fkmod.git build: check openssl version --- diff --git a/configure.ac b/configure.ac index 2e33380a..1b14c501 100644 --- a/configure.ac +++ b/configure.ac @@ -110,7 +110,7 @@ AC_ARG_WITH([openssl], AS_HELP_STRING([--with-openssl], [handle PKCS7 signatures @<:@default=disabled@:>@]), [], [with_openssl=no]) AS_IF([test "x$with_openssl" != "xno"], [ - PKG_CHECK_MODULES([openssl], [openssl]) + PKG_CHECK_MODULES([openssl], [openssl >= 1.1.0]) AC_DEFINE([ENABLE_OPENSSL], [1], [Enable openssl for modinfo.]) ], [ AC_MSG_NOTICE([openssl support not requested])