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

Collapse All | Expand All

(-)cups-1.3.11/config-scripts/cups-pdf.m4.orig (+12 lines)
Lines 25-30 Link Here
25
CUPS_GHOSTSCRIPT=""
25
CUPS_GHOSTSCRIPT=""
26
26
27
case "x$with_pdftops" in
27
case "x$with_pdftops" in
28
	x/*/gs)
29
	CUPS_GHOSTSCRIPT="$with_pdftops"
30
	with_pdftops=gs
31
	;;
32
33
	x/*/pdftops)
34
	CUPS_PDFTOPS="$with_pdftops"
35
	with_pdftops=pdftops
36
	;;
37
esac
38
39
case "x$with_pdftops" in
28
	x) # Default/auto
40
	x) # Default/auto
29
	if test $uname != Darwin; then
41
	if test $uname != Darwin; then
30
		AC_PATH_PROG(CUPS_PDFTOPS, pdftops)
42
		AC_PATH_PROG(CUPS_PDFTOPS, pdftops)

Return to bug 309901