From: Stefan Metzmacher Date: Wed, 21 May 2008 20:32:21 +0000 (+0200) Subject: configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET X-Git-Tag: samba-4.0.0alpha6~801^2~1309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=033ec7fbf586e7bde5a0107aebf8c7c3d5fd6dc5;p=thirdparty%2Fsamba.git configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET metze (This used to be commit d53b589debdb95d3ae46e6b45c6951f522ccc5a1) --- diff --git a/source3/configure.in b/source3/configure.in index 8bc5e843e3a..d63ef613a8e 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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