1 diff --git a/configure b/configure_new
2 index 12b4662..6ec641c 100755
5 @@ -12162,55 +12162,8 @@ else
11 -if test "xNONE" != "x${prefix}" ; then
12 - cups_default_prefix="${prefix}"
14 - cups_default_prefix="${ac_default_prefix}"
18 -# Check whether --with-cupsfilterdir was given.
19 -if test "${with_cupsfilterdir+set}" = set; then :
20 - withval=$with_cupsfilterdir;
22 - with_cupsfilterdir=no
25 -if test "xno" = "x${with_cupsfilterdir}"; then
26 - if test "xyes" = "x$have_cups_config" ; then
27 - CUPS_FILTER_DIR="${cups_default_prefix}`cups-config --serverbin | sed -e 's,^/[^/][^/]*,,'`/filter"
29 - CUPS_FILTER_DIR="${cups_default_prefix}/lib/cups/filter"
32 - CUPS_FILTER_DIR="${with_cupsfilterdir}"
36 -# Check whether --with-cupsppddir was given.
37 -if test "${with_cupsppddir+set}" = set; then :
38 - withval=$with_cupsppddir;
43 -if test "xno" = "x${with_cupsppddir}"; then
44 - if test -d "${cups_default_prefix}/share/ppd" ; then
45 - CUPS_PPD_DIR="${cups_default_prefix}/share/ppd"
46 - elif test "xyes" = "x$have_cups_config" ; then
47 - CUPS_PPD_DIR="${cups_default_prefix}`cups-config --datadir | sed -e 's,^/[^/][^/]*,,'`/model"
49 - CUPS_PPD_DIR="${cups_default_prefix}/share/cups/model"
52 - CUPS_PPD_DIR="${with_cupsppddir}"
58 +CUPS_FILTER_DIR="${prefix}/lib/cups/filter"
59 +CUPS_PPD_DIR="${prefix}/share/cups/model"
61 # Check whether --enable-lsb was given.
62 if test "${enable_lsb+set}" = set; then :