Skip to content

Commit

Permalink
m4: Remove unneeded else case from want_lz4
Browse files Browse the repository at this point in the history
This causes extraneous code in configure causing it to fail
  • Loading branch information
cmouse committed Jan 11, 2019
1 parent 7049de1 commit 7a25fa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m4/want_lz4.m4
Expand Up @@ -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"], [
Expand Down

0 comments on commit 7a25fa8

Please sign in to comment.