diff options
Diffstat (limited to 'source/configure.in')
-rw-r--r-- | source/configure.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source/configure.in b/source/configure.in index 1c119defcaf..d9618eafce8 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1896,24 +1896,6 @@ AC_ARG_WITH(profile, ################################################# -# check for experimental netatalk resource fork support -AC_MSG_CHECKING(whether to support netatalk) -AC_ARG_WITH(netatalk, -[ --with-netatalk Include experimental Netatalk support - --without-netatalk Don't include experimental Netatalk support (default)], -[ case "$withval" in - yes) - AC_MSG_RESULT(yes) - AC_DEFINE(WITH_NETATALK) - ;; - *) - AC_MSG_RESULT(no) - ;; - esac ], - AC_MSG_RESULT(no) -) - -################################################# # check for experimental disk-quotas support QUOTAOBJS=smbd/noquotas.o |