Skip to content

Commit 693185f

Browse files
committed
PKG_CHECK_MODULES() no arg needs to be set to something
1 parent 5420a94 commit 693185f

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

configure

Lines changed: 3 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6394,9 +6394,10 @@ IFS=$as_save_IFS
63946394
dnl libb2 for blake2. _blake2 module falls back to vendored copy.
63956395
AS_VAR_IF([with_builtin_blake2], [yes], [
63966396
PKG_CHECK_MODULES([LIBB2], [libb2], [
6397+
have_libb2=yes
63976398
AC_DEFINE([HAVE_LIBB2], [1],
63986399
[Define to 1 if you want to build _blake2 module with libb2])
6399-
])
6400+
], [have_libb2=no])
64006401
])
64016402

64026403
# --with-experimental-isolated-subinterpreters

0 commit comments

Comments
 (0)