On Tue, 6 Feb 2001, Derick Rethans wrote:
> Hey,
>
> rather strange error in the ./configure script. I think it's from
> --with-dom. However, everything works fine.
That is probably caused by a construct like
PHP_ARG_WITH(foo, ..)
..
AC_ADD_LIBPATH($PHP_FOO/lib)
I.e. when using --with-foo, PHP_FOO is set to yes and the
config.m4 does not handle that case. I've reviewed the
domxml extension's config.m4 and it seems to work properly.
Please post your full configure line.
- Sascha
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]