Add support for transparent session id.

Submitted by:	Dalin S. Owen <dowen@vetica.com>
This commit is contained in:
Dirk Froemberg 2001-03-25 21:50:21 +00:00
parent 7ca61b8dd4
commit d1843671e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40373
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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