On Wed, 9 May 2001, Jani Taskinen wrote:
>
> I'm working on this..
Well, then you are probably well-equipped to comment on this.
The implementation of the proposal is attached.
- Sascha Experience IRCG
http://schumann.cx/http
I'm working on this..
--Jani
On Wed, 9 May 2001, Sascha Schumann wrote:
>Hi,
>
>the config.m4 defines several macros like this
>
>AC_DEFUN(PHP_GD_JPEG,[
>..
>PHP_ADD_LIBRARY_WITH_PATH(jpeg, $withval/lib)
>..
>LIBS="$LIBS -L$withval/lib -ljpeg"
>])
>
>
Hi,
the config.m4 defines several macros like this
AC_DEFUN(PHP_GD_JPEG,[
..
PHP_ADD_LIBRARY_WITH_PATH(jpeg, $withval/lib)
..
LIBS="$LIBS -L$withval/lib -ljpeg"
])
I.e. it correctly adds the library using PHP-specific macros,
but then continues in