[dovecot-cvs] dovecot configure.in,1.308,1.309

tss at dovecot.org tss at dovecot.org
Mon Oct 9 01:02:02 UTC 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv22757

Modified Files:
	configure.in 
Log Message:
Detect C++ compiler because fts-lucene has C++ code.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- configure.in	8 Oct 2006 21:25:15 -0000	1.308
+++ configure.in	9 Oct 2006 00:02:00 -0000	1.309
@@ -9,6 +9,7 @@
 AC_ISC_POSIX
 AC_PROG_CC
 AC_PROG_CPP
+AC_PROG_CXX # lucene plugin needs this
 AC_HEADER_STDC
 AC_C_INLINE
 AC_PROG_LIBTOOL



More information about the dovecot-cvs mailing list