diff options
author | Arun Isaac | 2019-12-16 02:10:16 +0530 |
---|---|---|
committer | Arun Isaac | 2019-12-16 02:10:16 +0530 |
commit | e9d9a5e21797c0b86190a223f189e082a1d91cc3 (patch) | |
tree | 640ac56c646b31d4f2003128a37598f8b86eb365 | |
parent | 27b2f99772eebc1cf7bb5e0cc44c2b7046b35937 (diff) | |
download | guile-email-e9d9a5e21797c0b86190a223f189e082a1d91cc3.tar.gz guile-email-e9d9a5e21797c0b86190a223f189e082a1d91cc3.tar.lz guile-email-e9d9a5e21797c0b86190a223f189e082a1d91cc3.zip |
Remove custom code checking for guild.
* configure.ac: Remove custom code checking for guild.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a5241bf..e982ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -24,9 +24,6 @@ AM_SILENT_RULES([yes]) GUILE_PKG([2.2]) GUILE_PROGS -if test "x$GUILD" = "x"; then - AC_MSG_ERROR(['guild' binary not found; please check your guile-2.2 installation.]) -fi AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env]) |