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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5967d2a5d6e9547d868bd85e3f3d3936bbd07fa9;p=thirdparty%2Fsamba.git configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET metze --- diff --git a/source/configure.in b/source/configure.in index e6ae2195ec7..89719451247 100644 --- a/source/configure.in +++ b/source/configure.in @@ -5695,7 +5695,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