diff options
-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 ;; |