[PATCH] Stop disabling graphite on non-WINNT and non-Linux platforms

Riccardo Magliocchetti riccardo.magliocchetti at gmail.com
Wed Jan 2 05:16:16 PST 2013


Il 02/01/2013 13:22, Francois Tigeot ha scritto:
> configure.ac checks if the operating system family is Linux or WINNT and
> refuses to enable graphite support if this is not the case.
>
> I'm using graphite on DragonFly and FreeBSD ports also enable it with a local
> patch; the Linux or WINNT check should be removed.
>
> Patch vs -master attached.

+if test "$enable_graphite" = "" -o "$enable_graphite" != "no"; then

Isn't the second check enough? What about MacOS X / Android? I suppose 
both don't want graphite.

riccardo


More information about the LibreOffice mailing list