From 1c901869e6cddbc5767c429254621ae181065349 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Mon, 28 May 2018 19:58:55 +0200 Subject: [PATCH] Remove libkate support Basic kate support is possible without needing libkate --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 549fcab4..95965a34 100644 --- a/configure.ac +++ b/configure.ac @@ -137,14 +137,6 @@ PKG_HAVE_WITH_MODULES([SPEEX], [speex], [ LIBS="${LIBS} ${SPEEX_LIBS}" ]) -dnl -dnl libkate -dnl -PKG_HAVE_WITH_MODULES([KATE], [kate], [ - CFLAGS="${CFLAGS} ${KATE_CFLAGS}" - LIBS="${LIBS} ${KATE_LIBS}" -]) - dnl dnl libcurl dnl @@ -248,7 +240,6 @@ Format/Codec support: Ogg : ${have_ogg} Theora : ${have_theora} Speex : ${have_speex} - Kate : ${have_kate} Features: YP support : ${enable_yp}