Re: [PHP-DEV] #5160 From: Sascha Schumann (sascha <email protected>)
Date: 07/10/00

On Mon, 10 Jul 2000, Kirill Maximov wrote:

> Kirill Maximov wrote:
> >
> > hi,
> >
> > I'm sorry that i'm disturbing you, but I just
> > want to help with bug #5160.
> > As I found, AC_ADD_LIBRARY_WITH_PATH calls in
> > etc/oracle/config.m4 adds library to LIBS variable
> > only once. So second call of AC_ADD_LIBRARY_WITH_PATH
> > won't add library to LIBS if it is exists there.
> >
> > Unfortunately, Oracle libraries should be presented
> > several times in LIBS variable.
> >
> > I suppose that there should be either additional
> > parameter in AC_ADD_LIBRARY_WITH_PATH or another
> > variant of this function which supports multiple
> > addition of a library to LIBS variable.

    Fixed in CVS. Thanks for pointing that out.

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>