Skip to content

Commit

Permalink
Fix multi.pipeline: HAVE_CURLMOPT_PIPELINING was never defined (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauf authored and taf2 committed Apr 28, 2016
1 parent 3be35e9 commit e6b9903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/extconf.rb
Expand Up @@ -101,6 +101,9 @@ def have_constant(name)
have_constant "curle_ssl_engine_initfailed"
have_constant "curle_login_denied"

# older than 7.16.0
have_constant "curlmopt_pipelining"

# older than 7.16.3
have_constant "curlmopt_maxconnects"

Expand Down

0 comments on commit e6b9903

Please sign in to comment.