[PHP-DEV] #5160 From: Kirill Maximov (maxkir <email protected>)
Date: 07/02/00

  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.
  
  Just my two cents.

  Best regards,
  KIR

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