mes: Resurrect Guile-1.8 support.
* module/mes/mes-0.scm: Resurrect Guile-1.8 support.
This commit is contained in:
parent
a99f9c6df9
commit
a8ae42ff3c
|
@ -38,6 +38,11 @@
|
|||
%arch
|
||||
%compiler
|
||||
))
|
||||
(cond-expand
|
||||
(guile-2)
|
||||
(guile
|
||||
(define %host-type (string-append (utsname:machine (uname)) "linux-gnu")))
|
||||
(else))
|
||||
|
||||
(define-macro (mes-use-module . rest) #t)
|
||||
(define builtin? procedure?) ; not strictly true, but ok for tests/*.test
|
||||
|
|
Loading…
Reference in a new issue