gearman / gearmand

http://gearman.org/
Other
740 stars 137 forks source link

fix initialization of libevent2 thread support #268

Closed zvpunry closed 4 years ago

zvpunry commented 4 years ago

gearmand depends on libevent2, it checked only for libevent. It used libevent2 anyways but without initializing its thread support.

This should fix it.

zvpunry commented 4 years ago

This fixes https://github.com/gearman/gearmand/issues/262