Re: [PHP-INST] problem with configure script and fdf support

2001-08-01 Thread Jani Taskinen
I fixed this in CVS now. Thanks! ( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:) --Jani On Tue, 31 Jul 2001, Jon Wagoner wrote: >We have a client that is using fdf with their current site (asp) and I was >curious about the support in php. > >I found that the configure script had

[PHP-INST] problem with configure script and fdf support

2001-07-31 Thread Jon Wagoner
We have a client that is using fdf with their current site (asp) and I was curious about the support in php. I found that the configure script had a problem, and was including -l by itself in the LIBS variable. The problem is on line 16436 (this is php 4.0.6, not sure if that matters) This line