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

(-)a/configure (-1 / +1 lines)
Lines 17206-17212 Link Here
17206
17206
17207
fi
17207
fi
17208
17208
17209
if test "x$CUPS_GHOSTSCRIPT" == "x" -a "x$CUPS_PDFTOPS" == "x"
17209
if test "x$CUPS_GHOSTSCRIPT" = "x" -a "x$CUPS_PDFTOPS" = "x"
17210
then :
17210
then :
17211
17211
17212
	enable_universal_cups_filter=no
17212
	enable_universal_cups_filter=no
(-)a/configure.ac (-1 / +1 lines)
Lines 349-355 Link Here
349
	[enable_universal_cups_filter="$enableval"],
349
	[enable_universal_cups_filter="$enableval"],
350
	[enable_universal_cups_filter=yes]
350
	[enable_universal_cups_filter=yes]
351
)
351
)
352
AS_IF([test "x$CUPS_GHOSTSCRIPT" == "x" -a "x$CUPS_PDFTOPS" == "x"], [
352
AS_IF([test "x$CUPS_GHOSTSCRIPT" = "x" -a "x$CUPS_PDFTOPS" = "x"], [
353
	enable_universal_cups_filter=no
353
	enable_universal_cups_filter=no
354
])
354
])
355
AM_CONDITIONAL([ENABLE_UNIVERSAL_CUPS_FILTER],
355
AM_CONDITIONAL([ENABLE_UNIVERSAL_CUPS_FILTER],

Return to bug 920346