diff options
author | dirk <dirk@FreeBSD.org> | 2001-03-25 21:50:21 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-03-25 21:50:21 +0000 |
commit | 36a26a79214b655bcb8693a3bf134adb0ff69590 (patch) | |
tree | 633d03d6db7f61e93376fbb55826bf4ee2fa3a08 /www/mod_php4 | |
parent | ab3d6ff539be0e2acaa572c4a01bc48b80d786fe (diff) | |
download | FreeBSD-ports-36a26a79214b655bcb8693a3bf134adb0ff69590.zip FreeBSD-ports-36a26a79214b655bcb8693a3bf134adb0ff69590.tar.gz |
Add support for transparent session id.
Submitted by: Dalin S. Owen <dowen@vetica.com>
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 7131095..7bc5e91 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -35,6 +35,7 @@ ming "ming library support" OFF \ sockets "sockets support" OFF \ sysvsem "System V semaphore support" OFF \ sysvshm "System V shared memory support" OFF \ +transsid "Transparent session id" OFF \ 2> /tmp/checklist.tmp.$$ retval=$? @@ -216,6 +217,9 @@ EOF \"sysvshm\") echo "CONFIGURE_ARGS+=--enable-sysvshm" ;; + \"transsid\") + echo "CONFIGURE_ARGS+=--enable-trans-sid" + ;; *) echo "Invalid option(s): $*" > /dev/stderr rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc |