diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 15:55:46 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 15:55:46 +0200 |
commit | 2e9f97299ee15034513623f55c60efa5dccbff32 (patch) | |
tree | 890fdf71263334438d550b4c2f262d37b8d8c980 /Makefile | |
parent | 6ee873226fd4878cca1bc72bb9cca3fa1d866cb7 (diff) | |
download | dovecot-antispam-2e9f97299ee15034513623f55c60efa5dccbff32.tar.gz dovecot-antispam-2e9f97299ee15034513623f55c60efa5dccbff32.tar.xz dovecot-antispam-2e9f97299ee15034513623f55c60efa5dccbff32.zip |
grammar fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ CFLAGS += -I$(DOVECOT)/src/imap/ # per-backend configuration ifeq ("$(BACKEND)", "dspam-exec") -CFLAGS += -DBACKEND_WANT_SIGNATURE=1 +CFLAGS += -DBACKEND_WANTS_SIGNATURE=1 # can take a while, check more often CFLAGS += -DCOPY_CHECK_INTERVAL=10 endif |