dovecot-1.2: s/zlib/bzlib/ in HAVE_BZLIB description.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 21 17:42:51 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/e2f3b5bd0e47
changeset: 8049:e2f3b5bd0e47
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 17:42:39 2008 +0300
description:
s/zlib/bzlib/ in HAVE_BZLIB description.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (12 lines):

diff -r 63bd99cb4c97 -r e2f3b5bd0e47 configure.in
--- a/configure.in	Mon Jul 21 17:38:15 2008 +0300
+++ b/configure.in	Mon Jul 21 17:42:39 2008 +0300
@@ -2239,7 +2239,7 @@ AC_CHECK_HEADER(bzlib.h, [
   AC_CHECK_LIB(bz2, BZ2_bzdopen, [
     have_bzlib=yes
     have_zlib_plugin=yes
-    AC_DEFINE(HAVE_BZLIB,, Define if you have zlib library)
+    AC_DEFINE(HAVE_BZLIB,, Define if you have bzlib library)
   ])
 ])
 AM_CONDITIONAL(BUILD_BZLIB, test "$have_bzlib" = "yes")


More information about the dovecot-cvs mailing list