[dovecot-cvs] dovecot/src/plugins Makefile.am,1.2,1.3

cras at dovecot.org cras at dovecot.org
Thu Feb 2 20:14:01 EET 2006


Update of /var/lib/cvs/dovecot/src/plugins
In directory talvi:/tmp/cvs-serv21323/src/plugins

Modified Files:
	Makefile.am 
Log Message:
If zlib.h isn't found, don't try to build the zlib plugin.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	31 Dec 2005 17:39:16 -0000	1.2
+++ Makefile.am	2 Feb 2006 18:13:59 -0000	1.3
@@ -1 +1,5 @@
-SUBDIRS = quota imap-quota trash zlib
+if BUILD_ZLIB
+ZLIB = zlib
+endif
+
+SUBDIRS = quota imap-quota trash $(ZLIB)



More information about the dovecot-cvs mailing list