From: Timo Sirainen Date: Thu, 12 Feb 2026 21:08:11 +0000 (+0200) Subject: configure: Remove libimap-storage.la from LIBDOVECOT_STORAGE* X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86508aab04077e53e958a746c08ab0799718511;p=thirdparty%2Fdovecot%2Fcore.git configure: Remove libimap-storage.la from LIBDOVECOT_STORAGE* It's already included in libdovecot-storage.la --- diff --git a/configure.ac b/configure.ac index 1e3e0bcc5e..4c4608d99d 100644 --- a/configure.ac +++ b/configure.ac @@ -612,7 +612,7 @@ LIBDOVECOT_LUA='' if test "$want_shared_libs" = "yes"; then LIBDOVECOT_DEPS='$(top_builddir)/src/lib-dovecot/libdovecot.la' LIBDOVECOT="$LIBDOVECOT_DEPS \$(MODULE_LIBS) \$(LIBPCRE_LIBS)" - LIBDOVECOT_STORAGE_DEPS='$(top_builddir)/src/lib-storage/libdovecot-storage.la $(top_builddir)/src/lib-imap-storage/libimap-storage.la' + LIBDOVECOT_STORAGE_DEPS='$(top_builddir)/src/lib-storage/libdovecot-storage.la' LIBDOVECOT_LOGIN='$(top_builddir)/src/login-common/libdovecot-login.la' LIBDOVECOT_LDA='$(top_builddir)/src/lib-lda/libdovecot-lda.la' if test $want_lua != no; then