Re: acinclude.m4 help?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> * 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

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux