1
0
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:
Stefan Metzmacher 2008-05-21 22:32:21 +02:00
parent 3b6b2f26fc
commit 033ec7fbf5

View File

@ -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