diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-25 21:50:21 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-03-25 21:50:21 +0000 |
commit | d1843671e6d967d3b51b56446910b50eb5798012 (patch) | |
tree | ee04f576301503475e8e5cd793dfe6a621bd6919 /www/mod_php4 | |
parent | 7ca61b8dd44b41a0ded0688b465f5786abafc279 (diff) | |
download | ports-d1843671e6d967d3b51b56446910b50eb5798012.tar.gz ports-d1843671e6d967d3b51b56446910b50eb5798012.zip |
Notes
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 7131095ea4da..7bc5e91c696f 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 |