diff options
Diffstat (limited to 'ext/session/config.m4')
| -rw-r--r-- | ext/session/config.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4 index 7286a6b77..8a0d4c0f8 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.28 2005/05/29 23:16:44 sniper Exp $ +dnl $Id: config.m4 286445 2009-07-28 08:59:08Z tony2001 $ dnl PHP_ARG_ENABLE(session, whether to enable PHP sessions, @@ -12,6 +12,7 @@ if test "$PHP_SESSION" != "no"; then PHP_PWRITE_TEST PHP_PREAD_TEST PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared) + PHP_ADD_EXTENSION_DEP(session, hash, true) PHP_SUBST(SESSION_SHARED_LIBADD) PHP_INSTALL_HEADERS(ext/session, [php_session.h mod_files.h mod_user.h]) AC_DEFINE(HAVE_PHP_SESSION,1,[ ]) |
