summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhdu <duerr@sun.com>2009-10-26 12:11:12 +0100
committerhdu <duerr@sun.com>2009-10-26 12:11:12 +0100
commitcd8eeaebf4eedf77e7a6b97e9f9266ea3b40cb84 (patch)
tree9a72a9bb2c6c7b84af04938d40774c39689cb0eb
parent25717085d157e365e726a806697887f8a6e3fa97 (diff)
#i106087# inconsistent freetype tests/workaround for old versions
-rw-r--r--configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.in b/configure.in
index aff65d6d1583..5c8d55947751 100644
--- a/configure.in
+++ b/configure.in
@@ -3691,23 +3691,6 @@ fi
AC_SUBST(FREETYPE_CFLAGS)
AC_SUBST(FREETYPE_LIBS)
-dnl ===================================================================
-dnl Check whether freetype2 supports emboldening
-dnl ===================================================================
-if test "$test_freetype" = "yes"; then
- save_CPPFLAGS="$CPPFLAGS"
- save_LDFLAGS="$LDFLAGS"
- save_LIBS="$LIBS"
- CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
- LDFLAGS="$LDFLAGS $FREETYPE_LIBS"
- AC_CHECK_LIB(freetype, FT_GlyphSlot_Embolden,
- [USE_FT_EMBOLDEN="YES"], [USE_FT_EMBOLDEN="NO"], [])
- LDFLAGS="$save_LDFLAGS"
- CPPFLAGS="$save_CPPFLAGS"
- LIBS="$save_LIBS"
-fi
-AC_SUBST(USE_FT_EMBOLDEN)
-
if test -n "$with_system_libxslt" -o -n "$with_system_libs" && \
test "$with_system_libxslt" != "no"; then
if test -z "$with_system_libxml" -a -z "$with_system_libs" || \