[configure] Add check for cairo-svg.h for file print backend
Closes https://bugzilla.gnome.org/show_bug.cgi?id=600222
This commit is contained in:

committed by
Javier Jardón

parent
7d1c8fa644
commit
aaa126d39f
@ -1932,6 +1932,10 @@ if test "$os_win32" != "yes"; then
|
|||||||
AC_CHECK_HEADER(cairo-ps.h,,AC_MSG_ERROR([
|
AC_CHECK_HEADER(cairo-ps.h,,AC_MSG_ERROR([
|
||||||
*** Can't find cairo-ps.h. You must build Cairo with the
|
*** Can't find cairo-ps.h. You must build Cairo with the
|
||||||
*** postscript backend enabled.]))
|
*** postscript backend enabled.]))
|
||||||
|
|
||||||
|
AC_CHECK_HEADER(cairo-svg.h,,AC_MSG_ERROR([
|
||||||
|
*** Can't find cairo-svg.h. You must build Cairo with the
|
||||||
|
*** svg backend enabled.]))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CPPFLAGS="$gtk_save_cppflags"
|
CPPFLAGS="$gtk_save_cppflags"
|
||||||
|
Reference in New Issue
Block a user