Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PKG_CHECK_MODULES() no arg needs to be set to something
  • Loading branch information
tiran committed Mar 24, 2022
commit 693185f6c78e7791456a691d28378c0db674f919
25 changes: 3 additions & 22 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6394,9 +6394,10 @@ IFS=$as_save_IFS
dnl libb2 for blake2. _blake2 module falls back to vendored copy.
AS_VAR_IF([with_builtin_blake2], [yes], [
PKG_CHECK_MODULES([LIBB2], [libb2], [
have_libb2=yes
AC_DEFINE([HAVE_LIBB2], [1],
[Define to 1 if you want to build _blake2 module with libb2])
])
], [have_libb2=no])
])

# --with-experimental-isolated-subinterpreters
Expand Down