[Commits] [SCM] claws branch, master, updated. 3.15.0-63-gb715774

mones at claws-mail.org mones at claws-mail.org
Thu Jun 1 12:27:30 CEST 2017


The branch, master has been updated
       via  b7157747860b26cbb69295a4cc62a2493bd1d7e2 (commit)
      from  d661fd7233e971a190b54ef3fa1dac1861f44833 (commit)

Summary of changes:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit b7157747860b26cbb69295a4cc62a2493bd1d7e2
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Jun 1 12:27:15 2017 +0200

    Fix bug #3721 ‘Fails to build in Debian kfreebsd-*’

diff --git a/configure.ac b/configure.ac
index dd903f4..62fabfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -500,7 +500,7 @@ case $host_os in
 	*dragonfly*)
 		AC_SEARCH_LIBS(encrypt, cipher, [], AC_MSG_ERROR(['encrypt'-function not found.]))
 	;;
-	*freebsd*)
+	freebsd*)
 	;; # not used
 	*)
 		AC_SEARCH_LIBS(encrypt, crypt, [], AC_MSG_ERROR(['encrypt'-function not found.]))

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list