summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2002-07-27 01:37:33 +0000
committerSimo Sorce <idra@samba.org>2002-07-27 01:37:33 +0000
commit2ff0939301d738a3f8177ddb6e01781b638ce811 (patch)
tree3133df5b39dcbcc3208f72e7ed10852cf8fe64c6 /source3/configure.in
parent2a03547b6142ab934840332cda37013982cbe723 (diff)
downloadsamba-2ff0939301d738a3f8177ddb6e01781b638ce811.tar.gz
samba-2ff0939301d738a3f8177ddb6e01781b638ce811.tar.bz2
samba-2ff0939301d738a3f8177ddb6e01781b638ce811.zip
as per user request added windbind start/stop/restart in swat
almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome. (This used to be commit e0988e918667e3bc7b7cfb19ae81bf8c05fe582a)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4397d5846c..e73047de6c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2695,6 +2695,7 @@ WINBIND_PAM_PROGS=""
if test x"$HAVE_WINBIND" = x"yes"; then
AC_MSG_RESULT(yes)
+ AC_DEFINE(WITH_WINBIND)
WINBIND_TARGETS="bin/wbinfo"
WINBIND_STARGETS="bin/winbindd"