summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2011-08-21 20:36:09 +0200
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-08-22 21:11:18 +0200
commit7b4825af2c345881c0a7d87b6e0a450fe74fd8ab (patch)
treebd5bcec789429651ab84343fbb34a7a093f618dd /set_soenv.in
parentf2079a12cee700ccbec50957756f0c4ed5b22df0 (diff)
Enable CUPS unconditionally
It doesn't make sense to try to use anything else to print on *nix systems these days
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index a65ac5f21f3b..03edbcfa439e 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1847,7 +1847,6 @@ ToFile( "ENABLE_SYMBOLS", "@ENABLE_SYMBOLS@", "e" );
ToFile( "DISABLE_STRIP", "@DISABLE_STRIP@", "e" );
ToFile( "LFS_CFLAGS", "@LFS_CFLAGS@", "e" );
ToFile( "ENABLE_CRASHDUMP", "@ENABLE_CRASHDUMP@", "e" );
-ToFile( "ENABLE_CUPS", "@ENABLE_CUPS@", "e" );
ToFile( "ENABLE_RANDR", "@ENABLE_RANDR@", "e" );
ToFile( "ENABLE_FONTCONFIG", "@ENABLE_FONTCONFIG@", "e" );
ToFile( "FONTCONFIG_LIBS", "@FONTCONFIG_LIBS@", "e");