diff options
author | Tim Potter <tpot@samba.org> | 2003-03-31 05:46:32 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-03-31 05:46:32 +0000 |
commit | 364519a84332107e15d5586dd082ec9806572e51 (patch) | |
tree | c96b84a12ebc319fee21a67237929b567673bb6f | |
parent | 6c33130c0fe78616050e83dcdc9303646636ecca (diff) | |
download | samba-364519a84332107e15d5586dd082ec9806572e51.tar.gz samba-364519a84332107e15d5586dd082ec9806572e51.tar.bz2 samba-364519a84332107e15d5586dd082ec9806572e51.zip |
autoconf change to compile winbindd for AIX. The client side code
is still under development.
(This used to be commit d110a56e433fd2ed5267c6d445b7a652d52940dc)
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 0e5733ca5c..7b74b6f3ef 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3184,6 +3184,10 @@ case "$host_os" in HAVE_WINBIND=yes WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o" ;; + *aix*) + HAVE_WINBIND=yes + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_aix.o" + ;; *) HAVE_WINBIND=no winbind_no_reason=", unsupported on $host_os" |