]> Pileus Git - ~andy/gtk/commitdiff
[configure] Add check for cairo-svg.h for file print backend
authorNirbheek Chauhan <nirbheek@gentoo.org>
Fri, 6 Nov 2009 04:47:15 +0000 (05:47 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 6 Nov 2009 04:47:15 +0000 (05:47 +0100)
Closes https://bugzilla.gnome.org/show_bug.cgi?id=600222

configure.in

index 525bb5cfb8de76fe808c36defe1a62488d8c83f1..fb99c3a715fdea4cbe3159e9466f55d87758550f 100644 (file)
@@ -1932,6 +1932,10 @@ if test "$os_win32" != "yes"; then
   AC_CHECK_HEADER(cairo-ps.h,,AC_MSG_ERROR([
 *** Can't find cairo-ps.h. You must build Cairo with the 
 *** 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   
 
 CPPFLAGS="$gtk_save_cppflags"