--- config-scripts/cups-pdf.m4.orig 2009-07-31 14:39:16.000000000 +0200 +++ config-scripts/cups-pdf.m4 2009-07-31 15:04:18.000000000 +0200 @@ -62,6 +62,12 @@ case "x$with_pdftops" in exit 1 fi ;; + + *) # Use exactly the /path/to/program which is specified + CUPS_PDFTOPS="$with_pdftops" + AC_DEFINE(HAVE_PDFTOPS) + PDFTOPS="pdftops" + ;; esac AC_DEFINE_UNQUOTED(CUPS_PDFTOPS, "$CUPS_PDFTOPS")