The R Project SVN R

Rev

Rev 55685 | Rev 69194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55685 Rev 55908
Line 167... Line 167...
167
   AC_DEFINE(HAVE_PANGOCAIRO, 1, [Define to 1 if you have pangocairo.]) 
167
   AC_DEFINE(HAVE_PANGOCAIRO, 1, [Define to 1 if you have pangocairo.]) 
168
fi
168
fi
169
if test "x${r_cv_cairo_works}" = xyes; then
169
if test "x${r_cv_cairo_works}" = xyes; then
170
   AC_DEFINE(HAVE_WORKING_CAIRO, 1, [Define to 1 if you have cairo.])
170
   AC_DEFINE(HAVE_WORKING_CAIRO, 1, [Define to 1 if you have cairo.])
171
fi
171
fi
172
AM_CONDITIONAL(BUILD_DEVCAIRO, [test "x${r_cv_cairo_works}" = xyes])
-
 
173
if test "x${r_cairo_pdf}" = xyes; then
172
if test "x${r_cairo_pdf}" = xyes; then
174
   AC_DEFINE(HAVE_CAIRO_PDF, 1, [Define to 1 if you have cairo-ps.]) 
173
   AC_DEFINE(HAVE_CAIRO_PDF, 1, [Define to 1 if you have cairo-ps.]) 
175
fi
174
fi
176
if test "x${r_cairo_ps}" = xyes; then
175
if test "x${r_cairo_ps}" = xyes; then
177
   AC_DEFINE(HAVE_CAIRO_PS, 1, [Define to 1 if you have cairo-pdf.]) 
176
   AC_DEFINE(HAVE_CAIRO_PS, 1, [Define to 1 if you have cairo-pdf.])