summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b0f46e5b..261b3a02 100644
--- a/meson.build
+++ b/meson.build
@@ -109,7 +109,7 @@ have_adt = cc.has_header_symbol('bsm/adt.h', 'ADT_USER')
# libaudit
libaudit_dep = dependency('audit', required: get_option('libaudit'))
# unit testsheadername
-libcheck_dep = dependency('check', version: '>= 0.9.4')
+libcheck_dep = dependency('check', required: false, version: '>= 0.9.4')
cc.has_header('security/pam_modutil.h')
cc.has_header('security/pam_ext.h')