diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-08-29 12:27:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-08-29 16:24:17 +0200 |
commit | f5d3a1690cb78ce9413b78352f1030bf4801617a (patch) | |
tree | d5fc79eccb56295f74fd2315876ce4c33152a4e8 /configure.ac | |
parent | 6c77a5040604ebb7c0196f47520cf5fcc30c2087 (diff) | |
download | guix-f5d3a1690cb78ce9413b78352f1030bf4801617a.tar.gz |
build: Remove check for Guile 2.2.1 bug.
This check is unnecessary since e688c2df3924423b67892cc9939ca099c729d1cb. * m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): Remove. * configure.ac: Remove user.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5d549cc3af..7959d08cd7 100644 --- a/configure.ac +++ b/configure.ac @@ -171,10 +171,6 @@ AM_CONDITIONAL([ENABLE_INSTALLER], dnl Make sure we have a full-fledged Guile. GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads]) -dnl Make sure we don't suffer from the bug in 'equal?' wrt. syntax objects -dnl found in 2.2.1. See <https://bugs.gnu.org/29903>. -GUIX_ASSERT_SYNTAX_OBJECT_EQUAL - AC_PROG_SED dnl Decompressors, for use by the substituter and other modules. |