Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
patch for rrdtool <1.4.9
  • Loading branch information
matthias-lay committed Dec 12, 2016
1 parent e54b3c4 commit 1867c20
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -26,10 +26,10 @@ diff -up rrdtool-1.4.7/configure.ac.noxml rrdtool-1.4.7/configure.ac
CORE_LIBS="$LIBS"

if test $enable_rrd_graph != no; then
@@ -540,7 +540,10 @@ EX_CHECK_ALL(cairo, cairo_pdf_surfa
EX_CHECK_ALL(cairo, cairo_ps_surface_create, cairo-ps.h, cairo-ps, 1.10.2, http://cairographics.org/releases/, "")
EX_CHECK_ALL(pangocairo-1.0, pango_cairo_context_set_font_options, pango/pango.h, pangocairo, 1.28.4, http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
@@ -547,7 +557,10 @@ EX_CHECK_ALL(pangocairo-1.0, pango_cair

fi
EX_CHECK_ALL(glib-2.0, glib_check_version, glib.h, glib-2.0, 2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, "")
+
+if test $enable_rrd_xml != no; then
EX_CHECK_ALL(xml2, xmlParseFile, libxml/parser.h, libxml-2.0, 2.7.8, http://xmlsoft.org/downloads.html, "")
Expand Down

0 comments on commit 1867c20

Please sign in to comment.