]> arthur.barton.de Git - netatalk.git/blobdiff - configure.ac
Add configure option for Kerberos support
[netatalk.git] / configure.ac
index 6dac0a9a2bb46a527b8b22d0d50dd8171c4a3e6d..c556887bcc74585e84860eced75ecd5f47d28899 100644 (file)
@@ -137,7 +137,7 @@ dnl Check for optional valid-shell-check support
 AC_NETATALK_SHELL_CHECK
 
 dnl Check for optional sysv initscript install
-AC_NETATALK_SYSV_STYLE
+AC_NETATALK_INIT_STYLE
 
 dnl Path where UAM modules shall be installed
 AC_ARG_WITH(uams-path, [  --with-uams-path=PATH   path to UAMs [[$libdir/netatalk/]]], [uams_path="$withval/"], [uams_path="$libdir/netatalk/"])
@@ -160,6 +160,9 @@ AC_NETATALK_PGP_UAM
 dnl Check for building Kerberos V UAM module
 AC_NETATALK_KRB5_UAM
 
+dnl Check for Kerberos 5 support
+AC_NETATALK_KERBEROS
+
 dnl Check for overwrite the config files or not
 AC_NETATALK_OVERWRITE_CONFIG