1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

autoconf change to compile winbindd for AIX. The client side code

is still under development.
(This used to be commit d110a56e433fd2ed5267c6d445b7a652d52940dc)
This commit is contained in:
Tim Potter 2003-03-31 05:46:32 +00:00
parent 6c33130c0f
commit 364519a843

View File

@ -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"