summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2012-10-15 16:45:23 +0200
committerGrigori Goronzy <greg@blackbox>2012-10-15 16:45:23 +0200
commit4a7d3878d1b1e45776de60d68825ca08b8725a4c (patch)
treedd1b6a25d637d28d1642c0c7920c5ed3c65be0d7 /configure.ac
parente6c71d8a94172a11a17518387ae5f3db540490c8 (diff)
downloadlibass-4a7d3878d1b1e45776de60d68825ca08b8725a4c.tar.bz2
libass-4a7d3878d1b1e45776de60d68825ca08b8725a4c.tar.xz
Revert "shaper: add UCDN support"
This reverts commit 840ce4c2d9381e340c3239d104933fea85fff3e5. Harfbuzz added UCDN support much quicker than I thought and the latest release 0.9.5 contains UCDN already, so we don't need it in libass anymore.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 0d24c35..a9f9071 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,6 @@ PKG_CHECK_MODULES([HARFBUZZ], harfbuzz >= 0.7.0, [
], [harfbuzz=false])
fi
-if test x$harfbuzz = xtrue; then
- AC_SEARCH_LIBS([ucdn_get_unicode_version], [ucdn], AC_DEFINE(CONFIG_UCDN, 1, [use ucdn]))
-fi
-
if test x$enable_enca != xno; then
PKG_CHECK_MODULES([ENCA], enca, [
CFLAGS="$CFLAGS $ENCA_CFLAGS"