configure.ac (8e8e4b28) configure.ac (46dacce6)
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 195 unchanged lines hidden (view full) ---

204],,enable_systray=yes)
205AC_ARG_ENABLE(cairo,
206[ --enable-cairo Determines whether to use Cairo library on
207 platforms where Cairo is available.
208],,enable_cairo=no)
209AC_ARG_WITH(system-cairo,
210[ --with-system-cairo Use Cairo libraries already on system
211],,)
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 195 unchanged lines hidden (view full) ---

204],,enable_systray=yes)
205AC_ARG_ENABLE(cairo,
206[ --enable-cairo Determines whether to use Cairo library on
207 platforms where Cairo is available.
208],,enable_cairo=no)
209AC_ARG_WITH(system-cairo,
210[ --with-system-cairo Use Cairo libraries already on system
211],,)
212AC_ARG_ENABLE(cairo-canvas,
213[ --disable-cairo-canvas Determines whether to build the Cairo canvas on
214 platforms where Cairo is available.
215],,enable_cairo_canvas=yes)
212AC_ARG_ENABLE(librsvg,
213[ --enable-librsvg Determines whether to use librsvg library on
214 platforms where librsvg is available.
215 (actually, it is possible to build with
216 --disable-librsvg and to still have SVG support
217 within a running soffice instance, since this
218 dependency is a runtime only dependency.
219 To have SVG suppport at runtime, the librsvg, the cairo

--- 5712 unchanged lines hidden (view full) ---

5932fi
5933
5934AC_SUBST(ENABLE_CAIRO)
5935AC_SUBST(BUILD_PIXMAN)
5936AC_SUBST(SYSTEM_CAIRO)
5937AC_SUBST(CAIRO_CFLAGS)
5938AC_SUBST(CAIRO_LIBS)
5939
216AC_ARG_ENABLE(librsvg,
217[ --enable-librsvg Determines whether to use librsvg library on
218 platforms where librsvg is available.
219 (actually, it is possible to build with
220 --disable-librsvg and to still have SVG support
221 within a running soffice instance, since this
222 dependency is a runtime only dependency.
223 To have SVG suppport at runtime, the librsvg, the cairo

--- 5712 unchanged lines hidden (view full) ---

5936fi
5937
5938AC_SUBST(ENABLE_CAIRO)
5939AC_SUBST(BUILD_PIXMAN)
5940AC_SUBST(SYSTEM_CAIRO)
5941AC_SUBST(CAIRO_CFLAGS)
5942AC_SUBST(CAIRO_LIBS)
5943
5944ENABLE_CAIRO_CANVAS="FALSE"
5945if test "$enable_cairo_canvas" = "yes" -a "$ENABLE_CAIRO" = "TRUE" ; then
5946 ENABLE_CAIRO_CANVAS="TRUE"
5947fi
5948AC_SUBST(ENABLE_CAIRO_CANVAS)
5949
5940dnl ===================================================================
5941dnl Check whether the librsvg libraries are available.
5942dnl ===================================================================
5943
5944ENABLE_LIBRSVG=""
5945LIBRSVG_CFLAGS=""
5946LIBRSVG_LIBS=""
5947

--- 1458 unchanged lines hidden ---
5950dnl ===================================================================
5951dnl Check whether the librsvg libraries are available.
5952dnl ===================================================================
5953
5954ENABLE_LIBRSVG=""
5955LIBRSVG_CFLAGS=""
5956LIBRSVG_LIBS=""
5957

--- 1458 unchanged lines hidden ---