libxslt-ruby 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/libxslt/extconf.rb +2 -1
- data/ext/libxslt/version.h +2 -2
- metadata +2 -2
data/ext/libxslt/extconf.rb
CHANGED
@@ -121,7 +121,8 @@ need headers for libxml-ruby.
|
|
121
121
|
EOL
|
122
122
|
end
|
123
123
|
|
124
|
-
unless (have_library('xml_ruby', 'rxml_document_wrap')
|
124
|
+
unless (have_library('xml_ruby', 'rxml_document_wrap') or
|
125
|
+
have_library(':libxml_ruby.so', 'rxml_document_wrap'))
|
125
126
|
crash(<<EOL)
|
126
127
|
need libxml-ruby
|
127
128
|
Install libxml-ruby first.
|
data/ext/libxslt/version.h
CHANGED