diff options
| author | Marius Bakke | 2018-11-24 01:58:18 +0100 |
|---|---|---|
| committer | Marius Bakke | 2018-11-24 01:58:18 +0100 |
| commit | 4d8f4a3f00268230f879a81f32524fd7c3576ad0 (patch) | |
| tree | 59afedfc2fb422ef043e6624001290300ed6d800 /m4 | |
| parent | c491f7f8de66d0f8386ba6fd7c2da5c3c0d1b24a (diff) | |
| parent | dc4851093ce6f3bd2ac71fa189ad87cd740cb656 (diff) | |
Merge branch 'master' into core-updates
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/guix.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index da3c65f8f..5c846f761 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 @@ -162,7 +162,7 @@ dnl Check whether a recent-enough Guile-Sqlite3 is available. AC_DEFUN([GUIX_CHECK_GUILE_SQLITE3], [ dnl Check whether 'sqlite-bind-arguments' is available. It was introduced dnl in February 2018: - dnl <https://notabug.org/civodul/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>. + dnl <https://notabug.org/guile-sqlite3/guile-sqlite3/commit/1cd1dec96a9999db48c0ff45bab907efc637247f>. AC_CACHE_CHECK([whether Guile-Sqlite3 is available and recent enough], [guix_cv_have_recent_guile_sqlite3], [GUILE_CHECK([retval], |