Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66252
Collapse All | Expand All

(-)apache.orig/apache-2.0.51-r1.ebuild (-1 / +1 lines)
Lines 133-139 Link Here
133
133
134
	if use threads; then
134
	if use threads; then
135
		einfo "Enabling threads support"
135
		einfo "Enabling threads support"
136
		myconf="${myconf} --with-mpm=worker"
136
		myconf="${myconf} --with-mpm=${MPM:=worker}"
137
	else
137
	else
138
		myconf="${myconf} --with-mpm=${MPM:=prefork}"
138
		myconf="${myconf} --with-mpm=${MPM:=prefork}"
139
	fi
139
	fi

Return to bug 66252