summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r--eclass/apache-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 20e93f3b3dac..78a7c5ce474d 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -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
}