diff options
| -rw-r--r-- | m4/guix.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 716bfb08ec8..8be7cca54f6 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -184,9 +184,8 @@ AC_DEFUN([GUIX_CHECK_GUILE_JSON], [ | |||
| 184 | [guix_cv_have_recent_guile_json], | 184 | [guix_cv_have_recent_guile_json], |
| 185 | [GUILE_CHECK([retval], | 185 | [GUILE_CHECK([retval], |
| 186 | [(use-modules (json) (ice-9 match)) | 186 | [(use-modules (json) (ice-9 match)) |
| 187 | (match (json-string->scm \"[[] { \\\"a\\\": 42 } []]\") | 187 | (match (json-string->scm \"[[ { \\\"a\\\": 42 } ]]\") |
| 188 | (#(("a" . 42)) #t) | 188 | (#((("a" . 42))) #t))]) |
| 189 | (_ #f))]) | ||
| 190 | if test "$retval" = 0; then | 189 | if test "$retval" = 0; then |
| 191 | guix_cv_have_recent_guile_json="yes" | 190 | guix_cv_have_recent_guile_json="yes" |
| 192 | else | 191 | else |
