diff options
author | François Tigeot <ftigeot@wolfpond.org> | 2011-08-21 20:36:09 +0200 |
---|---|---|
committer | François Tigeot <ftigeot@wolfpond.org> | 2011-08-22 21:11:18 +0200 |
commit | 7b4825af2c345881c0a7d87b6e0a450fe74fd8ab (patch) | |
tree | bd5bcec789429651ab84343fbb34a7a093f618dd /set_soenv.in | |
parent | f2079a12cee700ccbec50957756f0c4ed5b22df0 (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-x | set_soenv.in | 1 |
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"); |