Skip to content

Commit eb604a7

Browse files
author
Mikko Koppanen
committed
Link zlib
1 parent d0d9463 commit eb604a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if test "$PHP_MEMCACHED" != "no"; then
237237
AC_MSG_RESULT([$PHP_LIBMEMCACHED_DIR])
238238
PHP_LIBMEMCACHED_INCDIR="$PHP_LIBMEMCACHED_DIR/include"
239239
PHP_ADD_INCLUDE($PHP_LIBMEMCACHED_INCDIR)
240-
PHP_ADD_LIBRARY_WITH_PATH(memcached, $PHP_LIBMEMCACHED_DIR/lib, MEMCACHED_SHARED_LIBADD)
240+
PHP_ADD_LIBRARY_WITH_PATH(memcached, $PHP_LIBMEMCACHED_DIR/$PHP_LIBDIR, MEMCACHED_SHARED_LIBADD)
241241

242242
PHP_SUBST(MEMCACHED_SHARED_LIBADD)
243243

0 commit comments

Comments
 (0)