talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b7157747860b26cbb69295a4cc62a2493bd1d7e2
parent d661fd7233e971a190b54ef3fa1dac1861f44833
Author: Ricardo Mones <ricardo@mones.org>
Date:   Thu,  1 Jun 2017 12:27:15 +0200

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

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.]))