File memcache-sessiondep.patch of Package php5-pecl-memcache
x
1
Index: config9.m4
2
===================================================================
3
RCS file: /repository/pecl/memcache/config9.m4,v
4
retrieving revision 1.5
5
diff -u -r1.5 config9.m4
6
--- config9.m4 4 Jun 2007 18:44:09 -0000 1.5
7
+++ config9.m4 19 Jun 2007 03:49:08 -0000
8
9
PHP_NEW_EXTENSION(memcache, memcache.c memcache_session.c memcache_standard_hash.c memcache_consistent_hash.c, $ext_shared,,-I$session_inc_path)
10
ifdef([PHP_ADD_EXTENSION_DEP],
11
[
12
- PHP_ADD_EXTENSION_DEP(memcache, session)
13
+ PHP_ADD_EXTENSION_DEP(memcache, session, true)
14
])
15
else
16
AC_MSG_RESULT([disabled])
17