2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

Add Guile module check.

* configure.ac: Add Guile module check.
This commit is contained in:
Mathieu Othacehe 2021-03-20 16:59:46 +01:00
parent 2eda35bf68
commit 890dc9172f
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -43,12 +43,16 @@ AC_PATH_PROG([GUILD], [guild])
AS_IF([test -z "$ac_cv_path_GUILD"],
[AC_MSG_ERROR(['guild' program cannot be found.])])
GUILE_MODULE_REQUIRED([avahi])
GUILE_MODULE_REQUIRED([fibers])
GUILE_MODULE_REQUIRED([guix])
GUILE_MODULE_REQUIRED([guix git])
GUILE_MODULE_REQUIRED([git])
GUILE_MODULE_REQUIRED([json])
GUILE_MODULE_REQUIRED([mailutils mailutils])
GUILE_MODULE_REQUIRED([mastodon])
GUILE_MODULE_REQUIRED([simple-zmq])
GUILE_MODULE_REQUIRED([squee])
GUILE_MODULE_REQUIRED([fibers])
GUILE_MODULE_REQUIRED([zlib])
# We depend on new Guile-Git errors.