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 | |
| parent | e642300195dfc7c83283db7e103fabf2c6ac65a7 (diff) | |
maint: Do not check for optional guile-zstd in configure.ac.v1.5.0
Partially reverts e642300195dfc7c83283db7e103fabf2c6ac65a7.
Only semver is a required dependency, zstd is optional.
* configure.ac: Remove check for Guile-zstd being available.
Change-Id: I1fe0fe77d0f15b1d383c890b46ce678402054efc
| -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 | |||
| 198 | AC_MSG_ERROR([Guile-lzlib is missing; please install it.]) | 198 | AC_MSG_ERROR([Guile-lzlib is missing; please install it.]) |
| 199 | fi | 199 | fi |
| 200 | 200 | ||
| 201 | dnl Check for Guile-zstd. | ||
| 202 | GUILE_MODULE_AVAILABLE([have_guile_zstd], [(zstd)]) | ||
| 203 | if test "x$have_guile_zstd" != "xyes"; then | ||
| 204 | AC_MSG_ERROR([Guile-zstd is missing; please install it.]) | ||
| 205 | fi | ||
| 206 | |||
| 207 | dnl Check for Guile-semver. | 201 | dnl Check for Guile-semver. |
| 208 | GUILE_MODULE_AVAILABLE([have_guile_semver], [(semver)]) | 202 | GUILE_MODULE_AVAILABLE([have_guile_semver], [(semver)]) |
| 209 | if test "x$have_guile_semver" != "xyes"; then | 203 | if test "x$have_guile_semver" != "xyes"; then |
