- Fix defaults with BATCH=yes

PR:		ports/64128
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-03-12 09:09:33 +00:00
parent 2c9f5e3393
commit e50992e9e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103742

View File

@ -54,7 +54,7 @@ CONFIGURE_ARGS= --enable-cd --disable-mini-stl --enable-threads
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if defined(WITH_SERVICES)
.if !defined(WITHOUT_SERVICES)
CONFIGURE_ARGS+= --enable-ccm --enable-life --enable-externalize
.else
CONFIGURE_ARGS+= --disable-coss