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)
committerKarolin Seeger <kseeger@samba.org>
Thu, 22 May 2008 14:47:45 +0000 (16:47 +0200)
metze
(cherry picked from commit 5967d2a5d6e9547d868bd85e3f3d3936bbd07fa9)

source/configure.in

index e75da76bb645baa3ffab78eb11260e86aea2e444..8a6b2d64c47b5e8e100c6ed96f04819e827040cc 100644 (file)
@@ -5671,7 +5671,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