diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-01-21 17:33:14 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-21 17:33:14 +0100 |
| commit | 230aa373f315f247852ee07dff34146e9b480aec (patch) | |
| tree | 15b3ea27d68711b283d20a82cfb1942159632a53 /configure.ac | |
| parent | e642300195dfc7c83283db7e103fabf2c6ac65a7 (diff) | |
maint: Do not check for optional guile-zstd in configure.ac.
Partially reverts e642300195dfc7c83283db7e103fabf2c6ac65a7.
Only semver is a required dependency, zstd is optional.
* configure.ac: Remove check for Guile-zstd being available.
Change-Id: I1fe0fe77d0f15b1d383c890b46ce678402054efc
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 583842c7072..80d8e025b83 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |
