summaryrefslogtreecommitdiff
path: root/tool/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tool/meson.build')
-rw-r--r--tool/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/meson.build b/tool/meson.build
index 1bf9a84..8abd247 100644
--- a/tool/meson.build
+++ b/tool/meson.build
@@ -10,7 +10,7 @@ secret_tool = executable('secret-tool',
install: true,
)
-if with_gcrypt and host_machine.system() != 'windows'
+if get_option('gcrypt') and host_machine.system() != 'windows'
test('test-secret-tool.sh',
find_program('test-secret-tool.sh'),
env: test_env)