Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 665268 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 18023-18029 Link Here
18023
		zlib_libs=""
18023
		zlib_libs=""
18024
		;;
18024
		;;
18025
	auto|yes)
18025
	auto|yes)
18026
		for d in /usr /usr/local /opt/local
18026
		for d in "${prefix}"
18027
		do
18027
		do
18028
			if test -f "${d}/include/zlib.h"
18028
			if test -f "${d}/include/zlib.h"
18029
			then
18029
			then
(-)a/configure.in (-1 / +1 lines)
Lines 2676-2682 Link Here
2676
		zlib_libs=""
2676
		zlib_libs=""
2677
		;;
2677
		;;
2678
	auto|yes)
2678
	auto|yes)
2679
		for d in /usr /usr/local /opt/local
2679
		for d in "${prefix}"
2680
		do
2680
		do
2681
			if test -f "${d}/include/zlib.h"
2681
			if test -f "${d}/include/zlib.h"
2682
			then
2682
			then

Return to bug 665268