<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,11 +33,11 @@ import ez_setup
 ez_setup.use_setuptools()
 from setuptools import setup, Extension
 
-use_system_library = '--system-library' in sys.argv
+USE_SYSTEM_LIBRARY = '--system-library' in sys.argv
 DEBUG = &quot;--debug&quot; in sys.argv
 
 def find_sources(extensions=[&quot;.c&quot;, &quot;.cpp&quot;]):
-    if use_system_library:
+    if USE_SYSTEM_LIBRARY:
         return reduce(lambda x, y: x + y,
                       [glob('spidermonkey/*' + x) for x in extensions])
     else:
@@ -93,7 +93,7 @@ def platform_config():
     sysname = os.uname()[0]
     machine = os.uname()[-1]
 
-    if use_system_library:
+    if USE_SYSTEM_LIBRARY:
         config = js_config()
     else:
         config = nspr_config()</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9853f35e4f726f5e6827fe1703341b35d866132d</id>
    </parent>
  </parents>
  <author>
    <name>Mark Lee</name>
    <email>git@lazymalevolence.com</email>
  </author>
  <url>http://github.com/malept/python-spidermonkey/commit/1cdc257a6c0a31821ea76963dd51066a188c5a31</url>
  <id>1cdc257a6c0a31821ea76963dd51066a188c5a31</id>
  <committed-date>2009-05-11T17:29:14-07:00</committed-date>
  <authored-date>2009-05-11T17:29:14-07:00</authored-date>
  <message>Build system: rename variable to be consistent with the other flag introduced in the merge.</message>
  <tree>6bedda535e6bc50a50badd6609f18555884fcace</tree>
  <committer>
    <name>Mark Lee</name>
    <email>git@lazymalevolence.com</email>
  </committer>
</commit>
