guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Mathieu Othacehe
Date: Tue, 23 Mar 2021 06:06:38 -0400 (EDT)

branch: master
commit 890dc9172f8e49917804d005d032e2bde731889d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Mar 20 16:59:46 2021 +0100

    Add Guile module check.
    
    * configure.ac: Add Guile module check.
---
 configure.ac | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4bbb2f3..a40628e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]