mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-24 19:45:17 -06:00
maint: Do not check for optional guile-zstd in configure.ac.
Partially reverts e642300195.
Only semver is a required dependency, zstd is optional.
* configure.ac: Remove check for Guile-zstd being available.
Change-Id: I1fe0fe77d0f15b1d383c890b46ce678402054efc
This commit is contained in:
parent
e642300195
commit
230aa373f3
1 changed files with 0 additions and 6 deletions
|
|
@ -198,12 +198,6 @@ if test "x$have_guile_lzlib" != "xyes"; then
|
|||
AC_MSG_ERROR([Guile-lzlib is missing; please install it.])
|
||||
fi
|
||||
|
||||
dnl Check for Guile-zstd.
|
||||
GUILE_MODULE_AVAILABLE([have_guile_zstd], [(zstd)])
|
||||
if test "x$have_guile_zstd" != "xyes"; then
|
||||
AC_MSG_ERROR([Guile-zstd is missing; please install it.])
|
||||
fi
|
||||
|
||||
dnl Check for Guile-semver.
|
||||
GUILE_MODULE_AVAILABLE([have_guile_semver], [(semver)])
|
||||
if test "x$have_guile_semver" != "xyes"; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue