summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/session/config.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4
index 74c77414f7..1fe2141b4f 100644
--- a/ext/session/config.m4
+++ b/ext/session/config.m4
@@ -3,9 +3,6 @@ dnl $Id$
PHP_ARG_WITH(mm,for mm support,
[ --with-mm[=DIR] Include mm support for session storage])
-PHP_ARG_ENABLE(trans-sid,whether to enable transparent session id propagation,
-[ --enable-trans-sid Enable transparent session id propagation])
-
PHP_ARG_ENABLE(session, whether to enable session support,
[ --disable-session Disable session support], yes)
@@ -26,10 +23,6 @@ if test "$PHP_MM" != "no"; then
PHP_MODULE_PTR(phpext_ps_mm_ptr)
fi
-if test "$PHP_TRANS_SID" = "yes"; then
- AC_DEFINE(TRANS_SID, 1, [Whether you want transparent session id propagation])
-fi
-
if test "$PHP_SESSION" != "no"; then
AC_CHECK_FUNCS(pread pwrite)
PHP_MISSING_PWRITE_DECL