summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-12-05 21:08:17 +0000
committerHerb Lewis <herb@samba.org>2001-12-05 21:08:17 +0000
commit549e904d3fafe8f6884058d7804612ce329519bb (patch)
tree8c8f7afb36f770f72b369230a21713587774a44b /source3/configure.in
parentf3e6f2d9536a7312729827d47e53f023bafb4ef5 (diff)
downloadsamba-549e904d3fafe8f6884058d7804612ce329519bb.tar.gz
samba-549e904d3fafe8f6884058d7804612ce329519bb.tar.bz2
samba-549e904d3fafe8f6884058d7804612ce329519bb.zip
merge from 2.2
don't set WINBIND variables unless configure was run --with-winbind (This used to be commit 83ec4c0f4dbfa43c893f18af1c6bb58c55043c9b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a306c8c479..abee509bea 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2488,12 +2488,12 @@ if test x"$HAVE_WINBIND" = x"yes"; then
AC_MSG_RESULT(yes)
- WINBIND_TARGETS="\$(WINBIND_PROGS)"
- WINBIND_STARGETS="\$(WINBIND_SPROGS)"
- WINBIND_LTARGETS="\$(WINBIND_LPROGS)"
+ WINBIND_TARGETS="bin/wbinfo"
+ WINBIND_STARGETS="bin/winbindd"
+ WINBIND_LTARGETS="nsswitch/libnss_winbind.so"
case "$with_pam" in
yes)
- WINBIND_PAM_PROGS="\$(WINBIND_PAM_PROGS)"
+ WINBIND_PAM_TARGETS="nsswitch/pam_winbind.so"
;;
esac
else
@@ -2510,7 +2510,7 @@ fi
AC_SUBST(WINBIND_TARGETS)
AC_SUBST(WINBIND_STARGETS)
AC_SUBST(WINBIND_LTARGETS)
-AC_SUBST(WINBIND_PAM_PROGS)
+AC_SUBST(WINBIND_PAM_TARGETS)
#################################################
# Check to see if we should use the included popt