awslabs / aws-elasticache-cluster-client-libmemcached

Libmemcached library support for Amazon ElastiCache Memcached Cluster for PHP. The client is available at https://github.com/awslabs/aws-elasticache-cluster-client-memcached-for-php.
Other
26 stars 24 forks source link

Fixing issue #20 - USE_TLS isn't defined #21

Closed barshaul closed 2 years ago

barshaul commented 2 years ago

Description of changes: Compiling the library with --disable-tls flag fails since USE_TLS isn't defined. Fixed USE_TLS to be define also when --disable-tls flag is passed.

Closes issue #20.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.