aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-08-29 12:27:38 +0200
committerLudovic Courtès <ludo@gnu.org>2020-08-29 16:24:17 +0200
commitf5d3a1690cb78ce9413b78352f1030bf4801617a (patch)
treed5fc79eccb56295f74fd2315876ce4c33152a4e8 /configure.ac
parent6c77a5040604ebb7c0196f47520cf5fcc30c2087 (diff)
downloadguix-f5d3a1690cb78ce9413b78352f1030bf4801617a.tar
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.ac4
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.