mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
18 lines
347 B
Diff
18 lines
347 B
Diff
allow selection of default cache compressor
|
|
|
|
http://bugs.gentoo.org/205147
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1012,6 +1012,10 @@
|
|
done
|
|
done
|
|
|
|
+ if [ x$COMPRESS != x ]; then
|
|
+ compress=$COMPRESS
|
|
+ fi
|
|
+
|
|
if [ x$default = x ]; then
|
|
echo ""
|
|
echo "What program should be used to compress the formatted pages?"
|