From e5f756d16daf09e712863bc7f34a814c36fe09c4 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 26 Sep 2022 10:20:42 +0100 Subject: [PATCH] Fix use of variable I had tidied out --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index cdfe4c9..e79007c 100644 --- a/meson.build +++ b/meson.build @@ -627,7 +627,7 @@ if jni_dep.found() and javac.found() and jar.found() ) else target_summary += { 'JNI library': false } - if not have_jni + if not jni_dep.found() message('Not building Java Native Interface: jni.h header not found') else message('Not building Java Native Interface: Java compiler not found')