Mark H Weaver <[email protected]> writes:
> When building the 'guix' package, or while running ./configure in a git
> checkout in an environment created by "guix environment guix", the
> following error occurs:
>
> ./configure: line 8083: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found
This bug was introduced by commit
ca719424455465fca4b872c371daf2a46de88b33 (Switch to Guile-Gcrypt), which
removed the GUIX_ASSERT_LIBGCRYPT_USABLE macro definition from
m4/guix.m4, although it's still used in configure.ac.
Mark