1 diff --git a/configure b/configure
2 index 0053441..9a6b855 100755
5 @@ -2833,7 +2833,7 @@ if test $have_cups_config = yes; then
6 CUPS_LIBS=`cups-config --libs`
7 CUPS_IMAGE_LIBS=`cups-config --image --libs`
8 CUPS_SERVER_DIR=`cups-config --serverbin`
9 - CUPS_DATA_DIR=`cups-config --datadir`
10 + CUPS_DATA_DIR="${prefix}/share/cups"
12 { { echo "$as_me:$LINENO: error: *** 'cups-config' missing, please install CUPS or fix your \$PATH ***" >&5
13 echo "$as_me: error: *** 'cups-config' missing, please install CUPS or fix your \$PATH ***" >&2;}