Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-10-28 21:47:01 +0300
committerMartin Poirier <theeth@yahoo.com>2008-10-28 21:47:01 +0300
commit025e4b046a527cdb58bccbccdec2f26d3973336c (patch)
treedbd3d6b68c75fa332a39f1eec628e044ece84d16 /source/blender/blenlib
parentd1e90606c799d75fd3782a225b1f154918fc0fe7 (diff)
parent705a248c75467ef67eba1cda124fd5375eb4666f (diff)
merge 17122:17206
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index 65cebf02f62..e7a4f2eaf13 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -10,7 +10,7 @@ incs += ' ' + env['BF_ZLIB_INC']
incs += ' ' + env['BF_SDL_INC']
defs = ''
-if env['WITH_BF_INTERNATIONAL'] == 1:
+if env['WITH_BF_INTERNATIONAL']:
defs = 'WITH_FREETYPE2'
if env['WITH_BF_VERSE']: