1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Fix semantics of USER_LOGGING knob

Submitted by:	Ion-Mihai Tetcu <itetcu@apropo.ro>
This commit is contained in:
Pav Lucistnik 2004-07-06 00:45:13 +00:00
parent f5bd0a8ef2
commit 2f364fb20e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113016
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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