Re: [RFC] cleanup cairo detection

2012-05-14 Thread Riccardo Magliocchetti
Hi Michael, Il 14/05/2012 12:25, Michael Stahl ha scritto: On 11/05/12 18:43, Riccardo Magliocchetti wrote: +dnl Check and warn is cairo has been enabled by mistake +CAIRO_BY_MISTAKE=no +if test $_os = Darwin -o $_os = WINNT; then +CAIRO_BY_MISTAKE=yes +enable_cairo_canvas=no +if

Re: [RFC] cleanup cairo detection

2012-05-14 Thread Michael Stahl
On 11/05/12 18:43, Riccardo Magliocchetti wrote: > Hello, > > finally managed to get back to libo after a few and found that cairo is > needed even with --disable-cairo-canvas. > > The situation is a bit more convoluted than last time so while at move > all the cairo related machinery in the sa

[RFC] cleanup cairo detection

2012-05-11 Thread Riccardo Magliocchetti
Hello, finally managed to get back to libo after a few and found that cairo is needed even with --disable-cairo-canvas. The situation is a bit more convoluted than last time so while at move all the cairo related machinery in the same place and try to make easier to follow the various cases.