From ac218c894e3e28203680ed724a9a18cad6e47a81 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 6 Jan 2014 11:49:48 +0100 Subject: configure: Remove check for scrollkeeper --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 62ed425a..99174089 100644 --- a/configure.ac +++ b/configure.ac @@ -307,14 +307,6 @@ AS_IF([test "x$enable_zlib" != "xno"], AC_SUBST(Z_LIBS) -dnl scrollkeeper checks -AC_PATH_PROG(SCROLLKEEPER_CONFIG, [scrollkeeper-config], [no]) -AS_IF([test x$SCROLLKEEPER_CONFIG = xno], - [ - AC_MSG_ERROR([Couldn't find scrollkeeper-config. Please install the scrollkeeper package]) - ] -) - dnl = Enable strict compiler flags ========================================= # use strict compiler flags only on development releases -- cgit v1.2.1