<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,8 +6,18 @@ unless RUBY_PLATFORM == 'java' then
     have_library(&quot;gcov&quot;, &quot;__gcov_open&quot;)
   
     $CFLAGS &lt;&lt; &quot; -fprofile-arcs -ftest-coverage&quot;
-    create_makefile(&quot;rcovrt&quot;)
+    if RUBY_VERSION =~ /1.9/
+      $CFLAGS &lt;&lt; ' -DRUBY_19_COMPATIBILITY'
+      create_makefile(&quot;rcovrt&quot;, &quot;1.9/&quot;)
+    else
+      create_makefile(&quot;rcovrt&quot;, &quot;1.8/&quot;)
+    end
   else
-    create_makefile(&quot;rcovrt&quot;)
+    if RUBY_VERSION =~ /1.9/
+      $CFLAGS &lt;&lt; ' -DRUBY_19_COMPATIBILITY'
+      create_makefile(&quot;rcovrt&quot;, &quot;1.9/&quot;)
+    else
+      create_makefile(&quot;rcovrt&quot;, &quot;1.8/&quot;)
+    end
   end
 end
\ No newline at end of file</diff>
      <filename>ext/rcovrt/extconf.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d6baf2feeeafe0a95a20d6710aec2ed120f3c6d5</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Bedra</name>
    <email>aaron@thinkrelevance.com</email>
  </author>
  <url>http://github.com/spicycode/rcov/commit/755a216d073e8bfc13b65204b75b35b0bc8212b3</url>
  <id>755a216d073e8bfc13b65204b75b35b0bc8212b3</id>
  <committed-date>2009-03-16T11:10:39-07:00</committed-date>
  <authored-date>2009-03-16T11:10:39-07:00</authored-date>
  <message>modifying extconf to specify src dir based on ruby version</message>
  <tree>190c9e52703a8ce132f0fb50f63ccc20e9c880b4</tree>
  <committer>
    <name>Aaron Bedra</name>
    <email>aaron@thinkrelevance.com</email>
  </committer>
</commit>
