[Commits] [SCM] claws branch, master, updated. 3.14.0-114-gabbf2f8
pawel at claws-mail.org
pawel at claws-mail.org
Tue Oct 11 22:53:03 CEST 2016
The branch, master has been updated
via abbf2f8a104fcb5e72226a2edf0ecd1cd5d29b93 (commit)
from b96378117a5488df9bc4e05611e22da25dd373fd (commit)
Summary of changes:
configure.ac | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit abbf2f8a104fcb5e72226a2edf0ecd1cd5d29b93
Author: Pawel Pekala <c0rn at o2.pl>
Date: Tue Oct 11 22:47:51 2016 +0200
Don't check for encrypt() on FreeBSD, it's not required to build.
Recently on 12-CURRENT this function was removed completly making
configure script fail.
diff --git a/configure.ac b/configure.ac
index 9ba8bbe..9e031c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -500,6 +500,8 @@ case $host_os in
*dragonfly*)
AC_SEARCH_LIBS(encrypt, cipher, [], AC_MSG_ERROR(['encrypt'-function not found.]))
;;
+ *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