<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -49,8 +49,7 @@ class Installer &lt; PhusionPassenger::AbstractInstaller
 			Dependencies::RubyGems,
 			Dependencies::Rake,
 			Dependencies::Apache2,
-			Dependencies::Apache2_DevHeaders,
-			Dependencies::FastThread
+			Dependencies::Apache2_DevHeaders
 		]
 		if Dependencies.fastthread_required?
 			result &lt;&lt; Dependencies::FastThread</diff>
      <filename>bin/passenger-install-apache2-module</filename>
    </modified>
    <modified>
      <diff>@@ -39,15 +39,18 @@ class Installer &lt; PhusionPassenger::AbstractInstaller
 	NGINX_VERSION = &quot;0.6.37&quot;
 	
 	def dependencies
-		return [
+		result = [
 			Dependencies::GCC,
 			Dependencies::Ruby_DevHeaders,
 			Dependencies::Ruby_OpenSSL,
 			Dependencies::RubyGems,
 			Dependencies::Rake,
-			Dependencies::FastThread,
 			Dependencies::Zlib_Dev
 		]
+		if Dependencies.fastthread_required?
+			result &lt;&lt; Dependencies::FastThread
+		end
+		return result
 	end
 	
 	def users_guide</diff>
      <filename>bin/passenger-install-nginx-module</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>936a07bbb5d8444bff4d5a01160301ef13a8702d</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/passenger/commit/ad362eb2c9d8ccf737697e1747b64869b3914fe8</url>
  <id>ad362eb2c9d8ccf737697e1747b64869b3914fe8</id>
  <committed-date>2009-06-03T01:43:59-07:00</committed-date>
  <authored-date>2009-06-03T01:43:59-07:00</authored-date>
  <message>Remove the duplicate Fastthread dependency in passenger-install-apache2-module, and remove Fastthread as a required dependency in passenger-install-nginx-modul when on Ruby 1.9.</message>
  <tree>de8bc5668a6006f239bdb28e073ec1f145f83571</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
