Fixed a memory leak in GnuTLS password decryption.
[claws.git] / configure.ac
index ecdd2850d2cadc3d53bcf54c23c3ee06702d107e..62fabfe6bb44429533a01ed890d1305795ba8047 100644 (file)
@@ -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.]))
@@ -1918,7 +1918,7 @@ if test x"$enable_tnef_parse_plugin" != xno; then
                MISSING_DEPS_PLUGINS="$MISSING_DEPS_PLUGINS tnef_parse"
        else
                AC_MSG_RESULT(no)
-               AC_MSG_WARN(Plugin tnef_parse will not be built; missing $dependencies_missing")
+               AC_MSG_ERROR(Plugin tnef_parse will not be built; missing $dependencies_missing")
        fi
 else
        DISABLED_PLUGINS="$DISABLED_PLUGINS tnef_parse"