From a2e41a7f2f8a630d34c11f521d16f2175641e739 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sat, 18 Jul 2015 14:59:50 +0200 Subject: [PATCH] since we are using png functions directly, we have to link against libpng explicitly --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 353696fe..3fabcf4f 100644 --- a/configure.ac +++ b/configure.ac @@ -600,7 +600,7 @@ CORE_LIBS="$LIBS" if test $enable_rrd_graph != no; then dnl EX_CHECK_ALL(z, zlibVersion, zlib.h, zlib, 1.2.5, http://zlib.net/, "") -dnl EX_CHECK_ALL(png, png_access_version_number, png.h, libpng, 1.4.8, ftp://ftp.simplesystems.org/pub/libpng/png/src/, "") +EX_CHECK_ALL(png, png_access_version_number, png.h, libpng, 1.4.8, ftp://ftp.simplesystems.org/pub/libpng/png/src/, "") dnl EX_CHECK_ALL(freetype, FT_Init_FreeType, ft2build.h, freetype2, 2.4.6, http://download.savannah.gnu.org/releases/freetype/, /usr/include/freetype2) dnl EX_CHECK_ALL(fontconfig, FcInit, fontconfig.h, fontconfig, 2.8.0, http://www.freedesktop.org/software/fontconfig/release/, /usr/include) dnl EX_CHECK_ALL(cairo, cairo_font_options_create, cairo.h, cairo-png, 1.10.2, http://cairographics.org/releases/, "") -- 2.47.2