summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
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
# ******************