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

2013-01-02 Thread Riccardo Magliocchetti
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 shou

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

2013-01-02 Thread Francois Tigeot
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. -- Fra