Skip to content

Commit 7712808

Browse files
author
Greg Ames
committed
remove logic which looks for a non-existant ssl.conf file in the docs/conf/
build directory (it's ssl-std.conf there), then ignores its absence in the next line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96129 13f79535-47bb-0310-9956-ffa450edef68
1 parent 275161e commit 7712808

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ install-conf:
3939
done; \
4040
for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
4141
cd $$j ; \
42-
for i in *-std*.conf ssl.conf; do \
43-
[ -f $$i ] || continue; \
42+
for i in *-std*.conf; do \
4443
( \
4544
n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
4645
if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \

0 commit comments

Comments
 (0)