@@ -0,0 +1,16 @@
+Index: config9.m4
+===================================================================
+RCS file: /repository/pecl/memcache/config9.m4,v
+retrieving revision 1.5
+diff -u -r1.5 config9.m4
+--- config9.m4 4 Jun 2007 18:44:09 -0000 1.5
++++ config9.m4 19 Jun 2007 03:49:08 -0000
+@@ -93,7 +93,7 @@
+ PHP_NEW_EXTENSION(memcache, memcache.c memcache_session.c memcache_standard_hash.c memcache_consistent_hash.c, $ext_shared,,-I$session_inc_path)
+ ifdef([PHP_ADD_EXTENSION_DEP],
+ [
+- PHP_ADD_EXTENSION_DEP(memcache, session)
++ PHP_ADD_EXTENSION_DEP(memcache, session, true)
+ ])
+ else
+ AC_MSG_RESULT([disabled])
|