> * Jason Gerfen wrote on Fri, Oct 07, 2005 at 02:40:23PM CEST: > > > LIBS="-lldap $ac_save__LIBS" > > _LIBLDAP=yes > > fi > > ])dnl Your macro also uses $ac_save__LIBS without ever setting it. You probably just wanted LIBS="-lldap $LIBS" instead. Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf