[sudo-workers] Bug in configure.in?

Daniel Kopecek dkopecek at redhat.com
Mon Jun 22 10:50:19 EDT 2009


----- "Todd C. Miller" <Todd.Miller at courtesan.com> wrote:
> In message
> <621130971.347481245678251697.JavaMail.root at zmail07.collab.prod.int.
> phx2.redhat.com>
> 	so spake Daniel Kopecek (dkopecek):
> 
> > And here is the macro from configure.in that generates the above
> code:
> > 
> > AC_CHECK_HEADERS([sasl/sasl.h] [sasl.h],
> [AC_CHECK_FUNCS(ldap_sasl_interactiv
> > e_bind_s), [break]])
> > 
> > This looks strange to me but maybe there some magic behind it..?:]
> > Changing it to:
> > 
> > AC_CHECK_HEADERS([sasl/sasl.h] [sasl.h],
> [AC_CHECK_FUNCS(ldap_sasl_interactiv
> > e_bind_s)], [break])
> > 
> > ...solves the problem ("command not found" disappears).
> 
> Yes, that is correct, it was a misplaced bracket.  This is already
> fixed in the sudo cvs repo.
> 
>  - todd

Thanks and sorry for the noise.

Dan



More information about the sudo-workers mailing list