mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Added the '--with-netatalk' option to turn Netatalk support on at
compile-time.
(This used to be commit 2ba4b66a74
)
This commit is contained in:
parent
c629b4c53f
commit
2ad339b6ff
@ -458,6 +458,24 @@ AC_ARG_WITH(syslog,
|
||||
AC_MSG_RESULT(no)
|
||||
)
|
||||
|
||||
#################################################
|
||||
# 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)
|
||||
)
|
||||
|
||||
|
||||
#################################################
|
||||
# these tests are taken from the GNU fileutils package
|
||||
|
Loading…
Reference in New Issue
Block a user