diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 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 |