mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Merge pull request #507 from cmb69/cmb/libname
Adhere to standard naming convention of Windows libs for PHP
This commit is contained in:
@@ -8,7 +8,7 @@ ARG_ENABLE('memcached-json', 'whether to enable memcached json serializer suppor
|
||||
|
||||
if (PHP_MEMCACHED == "yes") {
|
||||
|
||||
if (!CHECK_LIB("memcached.lib", "memcached", PHP_MEMCACHED)) {
|
||||
if (!CHECK_LIB("memcached.lib;libmemcached.lib", "memcached", PHP_MEMCACHED)) {
|
||||
ERROR("memcached: library 'memcached' not found");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user