From: Aki Tuomi Date: Fri, 11 Jan 2019 07:55:25 +0000 (+0200) Subject: m4: Remove unneeded else case from want_lz4 X-Git-Tag: 2.3.9~950 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a25fa84a422a3729da1ab48c2cf0eedb4e9f23b;p=thirdparty%2Fdovecot%2Fcore.git m4: Remove unneeded else case from want_lz4 This causes extraneous code in configure causing it to fail --- diff --git a/m4/want_lz4.m4 b/m4/want_lz4.m4 index 3c68c2439d..923403027e 100644 --- a/m4/want_lz4.m4 +++ b/m4/want_lz4.m4 @@ -14,7 +14,6 @@ AC_DEFUN([DOVECOT_WANT_LZ4], [ AC_CHECK_LIB(lz4, LZ4_compress_default, [ AC_DEFINE(HAVE_LZ4_COMPRESS_DEFAULT,, [Define if you have LZ4_compress_default]) - ], [ ]) ], [ AS_IF([test "$want_lz4" = "yes"], [