diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-29 11:59:47 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-29 11:59:47 +0000 |
commit | b42eb41d1f70c9a87e95afe79335f5bc6414a379 (patch) | |
tree | 72f2763da02bca3026fcb2dfb29051efc4208da3 | |
parent | 59c962b0d4ffcdb638cf5ff6d9fe35c92240eab3 (diff) |
Notes
-rw-r--r-- | net/samba/scripts/configure.samba | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/samba/scripts/configure.samba b/net/samba/scripts/configure.samba index 82eb1a15e5d8..d4e858551c82 100644 --- a/net/samba/scripts/configure.samba +++ b/net/samba/scripts/configure.samba @@ -18,7 +18,6 @@ syslog "With syslog support" OFF \ ssl "With ssl support" OFF \ ldap "With LDAP2 support" OFF \ nocups "Without CUPS" OFF \ -krb5 "With Kerberos support" OFF \ acl "With ACL support" OFF \ utmp "With UTMP support" OFF \ msdfs "With MSDFS support" OFF \ @@ -59,9 +58,6 @@ while [ "$1" ]; do \"nocups\") echo "WITHOUT_CUPS=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; - \"krb5\") - echo "KRB5_HOME=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc - ;; \"acl\") echo "WITH_ACL_SUPPORT=YES" >>${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc ;; |