1
0
Fork 0

Remove libkate support

Basic kate support is possible without needing libkate
This commit is contained in:
Marvin Scholz 2018-05-28 19:58:55 +02:00
parent 5b59406718
commit 1c901869e6
1 changed files with 0 additions and 9 deletions

View File

@ -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}