]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build: check openssl version
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 4 Feb 2019 23:02:20 +0000 (15:02 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 5 Feb 2019 00:09:38 +0000 (16:09 -0800)
configure.ac

index 2e33380a0cc21bd0d98c39fa6c867f3249eb2b89..1b14c50116ca6b4d22a39e7e0e08449b7e359f40 100644 (file)
@@ -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])