mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
exconf.rb checks for libzmq.so installation
This commit is contained in:
parent
8214d386c3
commit
1e7878489d
1
AUTHORS
1
AUTHORS
@ -18,6 +18,7 @@ Martin Hurton
|
||||
Martin Lucina
|
||||
Martin Sustrik
|
||||
Matus Hamorsky
|
||||
McClain Looney
|
||||
Pavel Gushcha
|
||||
Pavol Malosek
|
||||
Steven McCoy
|
||||
|
@ -18,7 +18,11 @@
|
||||
|
||||
require 'mkmf'
|
||||
dir_config('libzmq')
|
||||
have_library('libzmq')
|
||||
create_makefile("ruby")
|
||||
if have_library('libzmq', 'zmq_init')
|
||||
puts "Cool, I found your zmq install..."
|
||||
create_makefile("zmq")
|
||||
else
|
||||
raise "Couldn't find zmq library. try setting --with-zmq-dir=<path> to tell me where it is."
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user