diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-05-21 22:32:21 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-05-22 13:02:59 +0200 |
commit | 033ec7fbf586e7bde5a0107aebf8c7c3d5fd6dc5 (patch) | |
tree | 9beb3b467f9b915a13673f318c26f3feb8919cc9 /source3 | |
parent | 3b6b2f26fcad85d5fb44ee0f18d1a94a7245b44a (diff) | |
download | samba-033ec7fbf586e7bde5a0107aebf8c7c3d5fd6dc5.tar.gz samba-033ec7fbf586e7bde5a0107aebf8c7c3d5fd6dc5.tar.bz2 samba-033ec7fbf586e7bde5a0107aebf8c7c3d5fd6dc5.zip |
configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET
metze
(This used to be commit d53b589debdb95d3ae46e6b45c6951f522ccc5a1)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 8bc5e843e3..d63ef613a8 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 |