diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-06-29 21:26:36 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-30 00:16:50 +0200 |
| commit | 1d97fd8cb60f0b5f386f834940f859ff0b0bcc71 (patch) | |
| tree | 7fc12f6d61e57a4d40f6497c644524f4357bf19b /configure.ac | |
| parent | 95bbaa02aa63bc5eae36f686f1ed9915663aa4cf (diff) | |
build: Remove check for broken (srfi srfi-37).
This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time
already.
* configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37'
conditional.
* Makefile.am: Remove code in "if INSTALL_SRFI_37".
(EXTRA_DIST): Remove srfi/srfi-37.scm.in.
* srfi/srfi-37.scm.in: Remove.
* m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
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 c937e948d36..2b75c900ccd 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -111,10 +111,6 @@ AM_CONDITIONAL([HAVE_GUILE_GIT], [test "x$have_guile_git" = "xyes"]) | |||
| 111 | dnl Make sure we have a full-fledged Guile. | 111 | dnl Make sure we have a full-fledged Guile. |
| 112 | GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads]) | 112 | GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads]) |
| 113 | 113 | ||
| 114 | dnl Check whether (srfi srfi-37) works, and provide our own if it doesn't. | ||
| 115 | GUIX_CHECK_SRFI_37 | ||
| 116 | AM_CONDITIONAL([INSTALL_SRFI_37], [test "x$ac_cv_guix_srfi_37_broken" = xyes]) | ||
| 117 | |||
| 118 | dnl Decompressors, for use by the substituter and other modules. | 114 | dnl Decompressors, for use by the substituter and other modules. |
| 119 | AC_PATH_PROG([GZIP], [gzip]) | 115 | AC_PATH_PROG([GZIP], [gzip]) |
| 120 | AC_PATH_PROG([BZIP2], [bzip2]) | 116 | AC_PATH_PROG([BZIP2], [bzip2]) |
