]> git.pld-linux.org Git - packages/ghostscript.git/blob - ghostscript-cups-sh.patch
8a91097d43ca5f9c82c3e6f3bd249e23147e3657
[packages/ghostscript.git] / ghostscript-cups-sh.patch
1 --- ghostscript-8.71/configure.ac.orig  2010-09-12 20:06:48.571133459 +0200
2 +++ ghostscript-8.71/configure.ac       2010-09-12 21:41:49.847134297 +0200
3 @@ -531,7 +531,7 @@
4             CUPSDEV="\$(DD)cups.dev"
5             CUPSVERSION="`$CUPSCONFIG --version`"
6             if ( test x$with_pdftoraster != xno ); then
7 -               if test "$CUPSVERSION" ">" "1.2"; then
8 +               if echo "$CUPSVERSION" | grep -q '^1\.[[2-9]]'; then
9                     CUPSPDFTORASTER="1"
10                 fi
11             fi
This page took 0.086081 seconds and 2 git commands to generate.