[dovecot-cvs] dovecot-sieve configure.in,1.2,1.3
tss at dovecot.org
tss at dovecot.org
Thu Jan 18 17:29:25 UTC 2007
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-keywords.c, 1.13, 1.14 maildir-storage.c, 1.145, 1.146 maildir-storage.h, 1.61, 1.62 maildir-uidlist.c, 1.57, 1.58 maildir-util.c, 1.20, 1.21
- Next message: [dovecot-cvs] dovecot/src/plugins/mail-log - New directory, NONE, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot-sieve
In directory talvi:/tmp/cvs-serv23417
Modified Files:
configure.in
Log Message:
We never include dsieve-config.h, so regexp defines didn't work in there.
Added them to CFLAGS at least for now.
Relased 1.0.1
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.in 5 Nov 2006 20:26:32 -0000 1.2
+++ configure.in 18 Jan 2007 17:29:22 -0000 1.3
@@ -1,4 +1,4 @@
-AC_INIT(dovecot-sieve, 1.0, [dovecot at dovecot.org])
+AC_INIT(dovecot-sieve, 1.0.1, [dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([dsieve-config.h])
@@ -35,8 +35,8 @@
dnl * Regexp library check, from Cyrus IMAP
AC_SEARCH_LIBS(regcomp, rx regex, [
- AC_DEFINE(ENABLE_REGEX,[],[Do we have a decent regex library?])
- AC_CHECK_HEADER(rxposix.h, AC_DEFINE(HAVE_RX,[],[Do we have rxposix.h?]))])
+ CFLAGS="$CFLAGS -DENABLE_REGEX"
+ AC_CHECK_HEADER(rxposix.h, CFLAGS="$CFLAGS -DHAVE_RX")])
AC_SUBST(STORAGE_LIBS)
AC_SUBST(LIBICONV)
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-keywords.c, 1.13, 1.14 maildir-storage.c, 1.145, 1.146 maildir-storage.h, 1.61, 1.62 maildir-uidlist.c, 1.57, 1.58 maildir-util.c, 1.20, 1.21
- Next message: [dovecot-cvs] dovecot/src/plugins/mail-log - New directory, NONE, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list