Revision: libxml-ruby--dilinger--0--patch-1
Archive: dilinger@voxel.net--2004-public
Creator: Andres Salomon <dilinger@voxel.net>
Date: Wed Dec 29 07:37:03 EST 2004
Standard-date: 2004-12-29 12:37:03 GMT
Modified-files: extconf.rb
New-patches: dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--patch-1
Summary: remove libm check
Keywords: 

No need to check for -lm or atan(); no math functions are actually called
from this module.


* finding or making base-0
* build reference tree for dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--base-0
* from import revision: dilinger@voxel.net--2004-public/libxml-ruby--mainline--0--base-0
* patching for revision: dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--base-0
* finding or making patch-1
* build reference tree for dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--patch-1
* from import revision: dilinger@voxel.net--2004-public/libxml-ruby--mainline--0--base-0
* patching for revision: dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--base-0
* patching for revision: dilinger@voxel.net--2004-public/libxml-ruby--dilinger--0--patch-1
* computing changeset
A  {arch}/libxml-ruby/libxml-ruby--dilinger/libxml-ruby--dilinger--0/dilinger@voxel.net--2004-public/patch-log/patch-1
M  extconf.rb
* changeset report
* added files

    {arch}/libxml-ruby/libxml-ruby--dilinger/libxml-ruby--dilinger--0/dilinger@voxel.net--2004-public/patch-log/patch-1

* modified files

--- orig/extconf.rb
+++ mod/extconf.rb
@@ -23,10 +23,6 @@
 dir_config('xml2')
 
 
-unless have_library('m', 'atan')
-  crash('need libm')
-end
-
 unless have_library('z', 'inflate')
   crash('need zlib')
 else



