[dovecot-cvs] dovecot configure.in,1.325,1.326
tss at dovecot.org
tss at dovecot.org
Tue Mar 6 17:52:17 EET 2007
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv8878
Modified Files:
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.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- configure.in 28 Feb 2007 18:55:12 -0000 1.325
+++ configure.in 6 Mar 2007 15:52:15 -0000 1.326
@@ -357,9 +357,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