Le 06/05/2011 21:18, Kornel a écrit :
 > +#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

Exactly what is needed.

JMarc

Reply via email to