Le mer 14/09/2005 à 06:20, Alexandre Julliard a écrit :
> Vincent Béron <[EMAIL PROTECTED]> writes:
>
> > Is this acceptable?
> >
> > libxslt/xslt.h was never included, so I got rid of it.
> >
> > The variable declarations weren't protected with the HAVE_LIBXSLT_*_H
> > macros, so I simplified the
Vincent Béron <[EMAIL PROTECTED]> writes:
> Is this acceptable?
>
> libxslt/xslt.h was never included, so I got rid of it.
>
> The variable declarations weren't protected with the HAVE_LIBXSLT_*_H
> macros, so I simplified the test and removed the macros.
I think keeping the standard header check
Mike McCormack <[EMAIL PROTECTED]> writes:
> It doesn't seem exactly right to me, but I'm not really sure of a better
> way of fixing it. Maybe an AC_TRY_COMPILE()? Alexandre understands
> configure better than I do, so you might try asking him.
Looks good to me.
--
Alexandre Julliard
[EMA
Vincent Béron wrote:
--- configure.ac3 Sep 2005 15:43:53 - 1.403
+++ configure.ac8 Sep 2005 23:08:04 -
@@ -469,7 +469,10 @@ then
[AC_DEFINE(HAVE_LIBXSLT, 1, [Define if you have the libxslt
library])
XSLTLIBS="$ac_xslt_libs"
Hi Mike,
Doing ./configure on a RH8 box I get the following:
checking libxslt/transform.h presence... yes
configure: WARNING: libxslt/transform.h: present but cannot be compiled
configure: WARNING: libxslt/transform.h: check for missing
prerequisite headers?
configure: WARNING: libxslt/transfo