summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/session/config.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/session/config.m4 b/ext/session/config.m4
index d9b8d64faf..16bb435413 100644
--- a/ext/session/config.m4
+++ b/ext/session/config.m4
@@ -9,9 +9,6 @@ PHP_ARG_ENABLE(session, whether to enable PHP sessions,
[ --disable-session Disable session support], yes)
if test "$PHP_SESSION" != "no"; then
- AC_CHECK_FUNCS(pread pwrite)
- PHP_MISSING_PWRITE_DECL
- PHP_MISSING_PREAD_DECL
PHP_NEW_EXTENSION(session, session.c mod_files.c mod_mm.c mod_user.c, $ext_shared)
PHP_SUBST(SESSION_SHARED_LIBADD)
AC_DEFINE(HAVE_PHP_SESSION,1,[ ])