autoconf
[Top][All Lists]
Advanced

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

Re: acinclude.m4 help?


From: Ralf Wildenhues
Subject: Re: acinclude.m4 help?
Date: Fri, 7 Oct 2005 15:16:13 +0200
User-agent: Mutt/1.5.11

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]