diff options
author | Antony Dovgal <tony2001@php.net> | 2009-07-28 08:59:08 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2009-07-28 08:59:08 +0000 |
commit | ae340374b2da3627748bd5c147d827e30d25a130 (patch) | |
tree | ea70408c3e3e6242277d293d1600829b67f897aa /ext/session/config.m4 | |
parent | 69dba3c9967d486e19b9c1beacd9b4da7ecfc99f (diff) | |
download | php-git-ae340374b2da3627748bd5c147d827e30d25a130.tar.gz |
configure dependency has to be optional as well
Diffstat (limited to 'ext/session/config.m4')
-rw-r--r-- | ext/session/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4 index bc8001f85a..f9222f0858 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -12,7 +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) + 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,[ ]) |