]> granicus.if.org Git - apache/blobdiff - Makefile.in
mod_proxy_http2 docs: added section about HTTP/2 PUSH implementation and alternatives.
[apache] / Makefile.in
index 97cefd55744befd4ab74132434e3b90051b3689d..648bdb7fe04660c1454887855e6bdc6ffc0c26d3 100644 (file)
@@ -133,7 +133,7 @@ install-conf:
        fi
 
 # Create a sanitized config_vars.mk
-build/config_vars.out: build/config_vars.mk
+build/config_vars.out: build/config_vars.mk build/config_vars.sh
        @$(SHELL) build/config_vars.sh < build/config_vars.mk > build/config_vars.out
 
 install-build: build/config_vars.out
@@ -328,7 +328,7 @@ check-conf:
                if [ -f $$i ] ; then \
                ( \
                    n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
-                   if test $$n_lm -eq 0 -o "x$(MPM_MODULE)$(DSO_MODULES)" = "x"; then \
+                   if test $$n_lm -eq 0 -o "x$(MPM_MODULES)$(DSO_MODULES)" = "x"; then \
                        sed -e 's#@@ServerRoot@@#$(top_builddir)/check#g' \
                            -e 's#@@Port@@#$(PORT)#g' \
                            -e 's#@@SSLPort@@#$(SSLPORT)#g' \