configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET
authorStefan Metzmacher <metze@samba.org>
Wed, 21 May 2008 20:32:21 +0000 (22:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 May 2008 11:02:59 +0000 (13:02 +0200)
metze
(This used to be commit d53b589debdb95d3ae46e6b45c6951f522ccc5a1)

source3/configure.in

index 8bc5e843e3aef0b4bbd2d3be6e5beab7d2729799..d63ef613a8e3c818ca2b38072e5350e9448af270 100644 (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