[sudo-workers] Bug in configure.in?

Todd C. Miller Todd.Miller at courtesan.com
Mon Jun 22 09:49:05 EDT 2009


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



More information about the sudo-workers mailing list