From b7157747860b26cbb69295a4cc62a2493bd1d7e2 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Thu, 1 Jun 2017 12:27:15 +0200 Subject: [PATCH] =?utf8?q?Fix=20bug=20#3721=20=E2=80=98Fails=20to=20build?= =?utf8?q?=20in=20Debian=20kfreebsd-*=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dd903f463..62fabfe6b 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.])) -- 2.25.1