From 2f364fb20e2f153c717fbf50e6df5272b4a1f2bf Mon Sep 17 00:00:00 2001 From: Pav Lucistnik <pav@FreeBSD.org> Date: Tue, 6 Jul 2004 00:45:13 +0000 Subject: - Fix semantics of USER_LOGGING knob Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> --- mail/dspam/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/dspam') 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 -- cgit v1.2.3