commit ece7efaa0fcfb3e2015a402a3fe2275fbc1a587d
parent cb2151885821cf8d2bb09ae83444d48d06ef3564
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 3 Jun 2026 00:29:06 +0200
SQ, not PQ
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -219,7 +219,7 @@ if not get_option('only-doc')
endif
have_gnunetsq = cc.has_header_symbol(
'gnunet/gnunet_sq_lib.h',
- 'GNUNET_PQ_result_spec_string',
+ 'GNUNET_SQ_result_spec_string',
dependencies: [gnunetsq_dep],
required: false,
)