From b9f2604e5079882923abcd74ad13caf0e4b8faa2 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 20 Oct 2016 14:30:39 +0300 Subject: tiff: use function from cairo >= 1.6 unconditionally no need for additional checks these days (and we actually already use the same function in another file) --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bcc186d3..118a919b 100644 --- a/configure.ac +++ b/configure.ac @@ -165,12 +165,6 @@ AC_SUBST([SMCLIENT_LIBS]) BACKEND_LIBTOOL_FLAGS="-module -avoid-version -no-undefined -export-symbols \$(top_srcdir)/backend/backend.symbols" AC_SUBST(BACKEND_LIBTOOL_FLAGS) -dnl ===== Check special functions -atril_save_LIBS=$LIBS -LIBS="$LIBS $BACKEND_LIBS" -AC_CHECK_FUNCS(cairo_format_stride_for_width) -LIBS=$atril_save_LIBS - # ****************** # GKT+ Unix Printing # ****************** -- cgit v1.2.1