Explictly disable GSSAPI.

This commit is contained in:
Munechika SUMIKAWA 2002-10-18 15:26:29 +00:00
parent 648f7b9d9f
commit aa5c59acd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68258
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ MAINTAINER= sumikawa@FreeBSD.org
GNU_CONFIGURE= yes
#USE_GMAKE= yes
CONFIGURE_ARGS= --enable-ipv6
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi
MAN1= cvs.1
MAN5= cvs.5

View file

@ -22,7 +22,7 @@ MAINTAINER= sumikawa@FreeBSD.org
GNU_CONFIGURE= yes
#USE_GMAKE= yes
CONFIGURE_ARGS= --enable-ipv6
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi
MAN1= cvs.1
MAN5= cvs.5