Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Tony Leake
On Wed, 2002-09-25 at 22:48, Jani Taskinen wrote: > > The 2nd last line I added should take care of it. > You also might want to add the include path with 'PHP_ADD_INCLUDE' > macro..in case the header files are not in /usr/include.. :) > > --Jani > Thanks a lot Jani, problem solved :)

Re: [PHP-DEV] help needed with config.m4 script

2002-09-25 Thread Jani Taskinen
On 25 Sep 2002, Tony Leake wrote: >links correctly. If I build it as a shared object either within the >source tree as --with-audio=shared or outside the source tree running >phpize the .so file builds but it doesn't link to the external lib. > >contents of config.m4 The 2nd last line I added