From: Felipe Pena Date: Tue, 2 Nov 2010 20:51:02 +0000 (+0000) Subject: - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes) X-Git-Tag: php-5.4.0alpha1~191^2~740 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f11535e2eee07e515066774eb166ddec73da91b3;p=php - Fixed config.m4 to complete the fix for bug #53141 (thanks Johannes) --- diff --git a/ext/session/config.m4 b/ext/session/config.m4 index f9222f0858..d65e872a3a 100644 --- a/ext/session/config.m4 +++ b/ext/session/config.m4 @@ -13,6 +13,7 @@ if test "$PHP_SESSION" != "no"; then 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_ADD_EXTENSION_DEP(session, spl) 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,[ ])