Skip to content

Commit

Permalink
apache-2.eclass: Attempt to fix an issue with apache-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wendler committed Jul 15, 2017
1 parent 349ec46 commit 97e974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/apache-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ setup_mpm() {
die "invalid use flag combination"
fi

if [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then
if [[ "${PV}" != 2.2* ]] && [[ "${MY_MPM}" = *prefork* ]] && use apache2_modules_http2 ; then
die "http2 does not work with prefork MPM."
fi
}
Expand Down

0 comments on commit 97e974d

Please sign in to comment.