Sha256: 75340acf081da7718c566069b19a28cbfb4cf3b69ebc4187e36ea8ee45dcb253

Contents?: true

Size: 217 Bytes

Versions: 9

Compression:

Stored size: 217 Bytes

Contents

require 'mkmf'

if have_header('openssl/sha.h')
  if have_library('ssl') and have_library('crypto')
    create_makefile('ext/postfix_status_line_core')
  end
else
  create_makefile('ext/postfix_status_line_core')
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
postfix_status_line-0.2.8 ext/extconf.rb
postfix_status_line-0.2.7 ext/extconf.rb
postfix_status_line-0.2.6 ext/extconf.rb
postfix_status_line-0.2.5 ext/extconf.rb
postfix_status_line-0.2.4 ext/extconf.rb
postfix_status_line-0.2.3 ext/extconf.rb
postfix_status_line-0.2.2 ext/extconf.rb
postfix_status_line-0.2.1 ext/extconf.rb
postfix_status_line-0.2.0 ext/extconf.rb