with "test" instead of "==".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1652985 13f79535-47bb-0310-9956-
ffa450edef68
if test "$(LOAD_ALL_MODULES)" = "yes"; then \
loading_disabled=""; \
fi; \
- if test $$j == "cgid" -a "$$have_cgi" == "1"; then \
+ if test $$j = "cgid" -a "$$have_cgi" = "1"; then \
echo "<IfModule !mpm_prefork_module>"; \
echo " $${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
echo "</IfModule>"; \
- elif test $$j == "cgi" -a "$$have_cgid" == "1"; then \
+ elif test $$j = "cgi" -a "$$have_cgid" = "1"; then \
echo "<IfModule mpm_prefork_module>"; \
echo " $${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
echo "</IfModule>"; \