summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-24 14:35:18 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-24 16:52:01 +0200
commit962771f7d5c353fa861fce4b5a3a612a1d76bca5 (patch)
treed1862f9e2116fb2805ef6a33cec38c31aeb57b7c /configure.ac
parent4eb68428f676121340bb1533742635f28081e26a (diff)
stop delivering freetype headers
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 35b2aad02a6f..1307e5ae6d2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7268,15 +7268,11 @@ if test "$test_freetype" = "yes"; then
# 9.4.3 is 2.1.5; the first FreeType release to provide a freetype2.pc file
# XXX: replace this with a real minimum required version
PKG_CHECK_MODULES( FREETYPE, freetype2 >= 9.4.3 )
-else
- case "$BUILD_TYPE" in
- *FREETYPE*)
- FREETYPE_LIBS="-lfreetype"
- ;;
- esac
+ SYSTEM_FREETYPE=YES
fi
AC_SUBST(FREETYPE_CFLAGS)
AC_SUBST(FREETYPE_LIBS)
+AC_SUBST([SYSTEM_FREETYPE])
dnl ===================================================================
dnl Check for system libwps