Am Freitag, 6. Mai 2011 schrieb Jean-Marc Lasgouttes:
> Le 06/05/2011 18:29, Kornel a écrit :
> > Thanks Jean-Marc. Will check now, if the defines in config.h.cmake don't
> > break
> > Lyx behaves ok ...
> > 
> > Ataching the patch.
> 
>   Go ahead if it works.
> 
> Small nit:
> 
> +#cmakedefine LYX_EXTERNAL_LIBINTL 1
> for my enlightment, what does this do?

Defines the macro LYX_EXTERNAL_LIBINTL according to the cmake value 
${LYX_EXTERNAL_LIBINTL}
This means
        if ${LYX_EXTERNAL_LIBINTL}
==>             #define LYX_EXTERNAL_LIBINTL 1
        else
==>             /* #undef LYX_EXTERNAL_LIBINTL */
        endif
(Info for the preprocessor)

> 
> +#if !defined(LYX_EXTERNAL_LIBINTL)
> +// this only makes send when LYX_EXTERNAL_LIBINTL is OFF.
>                      ^^^^sense

Copy + paste. Sorry, I saw this too, but forgot to correct.

> JMarc

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to