Fix table order.
[claws.git] / configure.ac
index 9ba8bbe2144a68034b4c530f224acb72ec1a14b5..9e031c81f63e2071f59b0b3c6b04f86ce48819b3 100644 (file)
@@ -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.]))
        ;;