man-1.6g-compress.patch 343 B

123456789101112131415161718
  1. allow selection of default cache compressor
  2. http://bugs.gentoo.org/205147
  3. --- configure
  4. +++ configure
  5. @@ -1012,6 +1012,10 @@
  6. done
  7. done
  8. + if [ x$COMPRESS != x ]; then
  9. + compress=$COMPRESS
  10. + fi
  11. +
  12. if [ x$default = x ]; then
  13. echo ""
  14. echo "What program should be used to compress the formatted pages?"