diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 00:45:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-06 00:45:13 +0000 |
commit | 2f364fb20e2f153c717fbf50e6df5272b4a1f2bf (patch) | |
tree | fbf07d0dd3f77d2c29aebc91040ef03935dbe091 /mail/dspam | |
parent | Update to 0.7.92. (diff) |
- Fix semantics of USER_LOGGING knob
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Notes
Notes:
svn path=/head/; revision=113016
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 7e5304992aea..0d56b97db843 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-system-logging CONFIGURE_ARGS+= --enable-logging .endif -.if defined(WITH_USER_LOGGING) +.if defined(WITHOUT_USER_LOGGING) CONFIGURE_ARGS+= --disable-user-logging .else CONFIGURE_ARGS+= --enable-user-logging |