Todays CVS...

Simon simon at explodingsheep.org
Fri Jun 1 11:04:09 GMT 2001


I've just tried to compile todays cvs head version of
samba and on my system the winbind stuff doesn't compile.

Also there is no configure switch to disable it.

nsswitch/pam_winbind.c:154: parse error before `*'

This alteration to configure.in makes the winbind
stuff configurable:

#################################################
# check whether winbind is supported on this platform

AC_MSG_CHECKING(whether to compile winbind)
AC_ARG_WITH(winbind,
[  --with-winbind   	Build winbind library
   --without-winbind 	Don't build winbind library(default)],
[ case "$withval" in
   yes)
         case "$host_os" in
                 *linux*|*solaris*)
                         AC_MSG_RESULT(yes)
                         WINBIND_TARGETS="$WINBIND_TARGETS 
\$(WINBIND_PROGS)"
                         ;;
                 *)
                   	AC_MSG_RESULT(unsupported for $host_os)
                   	;;
         esac

	AC_SUBST(WINBIND_TARGETS)

      ;;
   *)
     AC_MSG_RESULT(no)
     ;;
   esac ],
   AC_MSG_RESULT(no)
)



-- 
Warning!: The contents of this email are a memetic virus.
You have been infected and should seek medical attention.





More information about the samba-technical mailing list