[dovecot-cvs] dovecot configure.in,1.277.2.63,1.277.2.64

tss at dovecot.org tss at dovecot.org
Tue Mar 6 17:52:14 EET 2007


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

Modified Files:
      Tag: branch_1_0
	configure.in 
Log Message:
Changed --with-headers to --enable-header-install



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.63
retrieving revision 1.277.2.64
diff -u -d -r1.277.2.63 -r1.277.2.64
--- configure.in	1 Mar 2007 12:57:51 -0000	1.277.2.63
+++ configure.in	6 Mar 2007 15:52:12 -0000	1.277.2.64
@@ -337,9 +337,9 @@
 	want_docs=yes)
 AM_CONDITIONAL(BUILD_DOCS, test "$want_docs" = "yes")
 
-AC_ARG_WITH(headers,
-[  --with-headers          Install development headers],
-	if test x$withval = xno; then
+AC_ARG_ENABLE(header-install,
+[  --enable-header-install Install development headers],
+	if test x$enableval = xno; then
 		want_headers=no
 	else
 		want_headers=yes



More information about the dovecot-cvs mailing list