arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

extconf.rb should check for SASL #114

Closed voidus closed 11 years ago

voidus commented 11 years ago

Hi everybody,

I was running into https://github.com/evan/memcached/issues/17 today, and in my opinion the presence of SASL should be verified before the compilation is attempted.

evan commented 11 years ago

Thanks, I agree...can you submit a patch?

voidus commented 11 years ago

I'll look into it and try to figure out how to do that.