aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2019-02-04 15:02:20 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2019-02-04 16:09:38 -0800
commita3b5428cd8f52b6002f48859a843557e86d1ca3b (patch)
tree13cc6fc6532df196b7cc62a1581f5eb3363e6705
parent9b3fa3fcabc274a0b41d28799533a21838f6f971 (diff)
downloadkmod-a3b5428cd8f52b6002f48859a843557e86d1ca3b.tar.gz
build: check openssl version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e33380..1b14c50 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])