This commit is contained in:
Pierre Joye 2010-12-13 18:07:08 +00:00
parent 8afdb7cd49
commit 4ee6b4dfbb

View file

@ -7,5 +7,3 @@ if (PHP_SESSION == "yes") {
EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
}