From: Timo Sirainen Date: Mon, 5 Nov 2012 23:16:20 +0000 (+0200) Subject: dovecot-config: Removed LIBDOVECOT_SSL, which is no longer needed. X-Git-Tag: 2.2.beta1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75dd2d03a98ed46d199f57b3e4cf3ea8aaa53c4;p=thirdparty%2Fdovecot%2Fcore.git dovecot-config: Removed LIBDOVECOT_SSL, which is no longer needed. --- diff --git a/dovecot-config.in.in b/dovecot-config.in.in index c3dda43e1c..8c86a795d6 100644 --- a/dovecot-config.in.in +++ b/dovecot-config.in.in @@ -7,7 +7,6 @@ DOVECOT_COMPRESS_LIBS="@COMPRESS_LIBS@" LIBDOVECOT="@LIBDOVECOT@ @MODULE_LIBS@" LIBDOVECOT_LOGIN="@LIBDOVECOT_LOGIN@ @SSL_LIBS@" LIBDOVECOT_SQL="@LIBDOVECOT_SQL@" -LIBDOVECOT_SSL="@LIBDOVECOT_SSL@" LIBDOVECOT_COMPRESS="@LIBDOVECOT_COMPRESS@" LIBDOVECOT_LDA="@LIBDOVECOT_LDA@" LIBDOVECOT_STORAGE="@LIBDOVECOT_STORAGE@" @@ -15,7 +14,6 @@ LIBDOVECOT_STORAGE="@LIBDOVECOT_STORAGE@" LIBDOVECOT_DEPS="@LIBDOVECOT_DEPS@" LIBDOVECOT_LOGIN_DEPS="@LIBDOVECOT_LOGIN@" LIBDOVECOT_SQL_DEPS="@LIBDOVECOT_SQL@" -LIBDOVECOT_SSL_DEPS="@LIBDOVECOT_SSL@" LIBDOVECOT_COMPRESS_DEPS="@LIBDOVECOT_COMPRESS@" LIBDOVECOT_LDA_DEPS="@LIBDOVECOT_LDA@" LIBDOVECOT_STORAGE_DEPS="@LIBDOVECOT_STORAGE_DEPS@"