mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET
metze
(This used to be commit d53b589deb
)
This commit is contained in:
parent
3b6b2f26fc
commit
033ec7fbf5
@ -5699,7 +5699,7 @@ AC_ARG_WITH(winbind,
|
||||
# We need unix domain sockets for winbind
|
||||
|
||||
if test x"$HAVE_WINBIND" = x"yes"; then
|
||||
if test x"$samba_cv_unixsocket" = x"no"; then
|
||||
if test x"$libreplace_cv_HAVE_UNIXSOCKET" = x"no"; then
|
||||
winbind_no_reason=", no unix domain socket support on $host_os"
|
||||
HAVE_WINBIND=no
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user