]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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:03:04 +0000 (13:03 +0200)
metze

source/configure.in

index e6ae2195ec75825411d161c6f787d1232d44060b..89719451247c4e8a8b2f24e876eaca5edf2f0874 100644 (file)
@@ -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