- Avoid "OPTIONS blackhole" during 'make make-options-list'

This commit is contained in:
Clement Laforet 2007-09-19 21:03:59 +00:00
parent ba82946024
commit ab8293d70e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199781

View file

@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \
--disable-proxy-ajp --disable-proxy-balancer --disable-proxy-ajp --disable-proxy-balancer
.endif .endif
.if defined(OPTIONS) .if defined(OPTIONS) && !(make(make-options-list))
.for module in ${AVAILABLE_MODULES} .for module in ${AVAILABLE_MODULES}
.if defined(WITH_${module:U}) .if defined(WITH_${module:U})
_APACHE_MODULES+= ${module} _APACHE_MODULES+= ${module}