Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 326957
Collapse All | Expand All

(-)configure.ac.orig (-3 / +10 lines)
Lines 275-283 Link Here
275
		# This only works with bash, but should fail harmlessly in sh
275
		# This only works with bash, but should fail harmlessly in sh
276
		apache_module_dirs=`echo $apache_prefix/lib{64,}/{apache,apache2,http,http2,httpd}{$mpm,}{/modules,}`])
276
		apache_module_dirs=`echo $apache_prefix/lib{64,}/{apache,apache2,http,http2,httpd}{$mpm,}{/modules,}`])
277
    for dir in $apache_module_dirs; do
277
    for dir in $apache_module_dirs; do
278
        if test -f $dir/mod_auth_digest.so; then
278
	if test -f $dir/mod_auth_digest.so; then
279
	    APACHE_MODULE_DIR="$dir"
279
		APACHE_MODULE_DIR="$dir"
280
        fi
280
	fi
281
	if test -n APACHE_MODULE_DIR; then
282
		APACHE_MODS="mod_alias.so mod_auth_basic.so mod_auth_digest.so mod_authn_file.so mod_authz_host.so 
283
		mod_authz_user.so mod_dir.so mod_mime.so mod_proxy.so mod_proxy_http.so mod_proxy_connect.so"
284
		for mods in ${APACHE_MODS}; do
285
		test -f ${APACHE_MODULE_DIR}/${mods} || unset APACHE_MODULE_DIR
286
		done
287
	fi
281
        if test -f $dir/mod_ssl.so; then
288
        if test -f $dir/mod_ssl.so; then
282
	    APACHE_SSL_MODULE_DIR="$dir"
289
	    APACHE_SSL_MODULE_DIR="$dir"
283
	    IF_HAVE_APACHE_SSL=""
290
	    IF_HAVE_APACHE_SSL=""

Return to bug 326957