summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-14 22:40:23 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-14 22:40:25 +0300
commit985bbdbc7d1a7e637515feb5daa16ad57aeecf3b (patch)
treeefb103625d82ee3b5d9108499a831b8a9e5ca928
parent79173f64a1f02b01fe7901d8c006cc1f5d6225ab (diff)
Kill "TF_FILTER"
No idea what it is, not used anywhere as far as I could see.
-rwxr-xr-xset_soenv.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index ee9357037974..375502ac18aa 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1516,7 +1516,6 @@ ToFile( "build_deliver", $BUILD_DELIVER, "e" );
ToFile( "VCL", $VCL, "e" );
ToFile( "ENABLEUNICODE", $ENABLEUNICODE, "e" );
ToFile( "NO_BSYMBOLIC", $NO_BSYMBOLIC, "e" );
-ToFile( "TF_FILTER", "TRUE", "e" );
if ("@ENABLE_DEBUG@" eq "TRUE") {
ToFile( "debug", "true", "e" );
}