summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-24 14:16:03 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-24 16:52:01 +0200
commit4eb68428f676121340bb1533742635f28081e26a (patch)
treea4e538d028a29ec93ff78c33384173acf94fe8bd /configure.ac
parent0f8a90cff1106e5df7d56d9677e547b84d52cfe8 (diff)
stop delivering fontconfig headers
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
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 bb603a9ae05c..35b2aad02a6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4341,15 +4341,11 @@ AC_SUBST(ENABLE_CUPS)
# fontconfig checks
if test "$test_fontconfig" = "yes"; then
PKG_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.2.0])
-else
- case "$BUILD_TYPE" in
- *FONTCONFIG*)
- FONTCONFIG_LIBS="-lfontconfig"
- ;;
- esac
+ SYSTEM_FONTCONFIG=YES
fi
AC_SUBST(FONTCONFIG_CFLAGS)
AC_SUBST(FONTCONFIG_LIBS)
+AC_SUBST([SYSTEM_FONTCONFIG])
dnl whether to find & fetch external tarballs?
dnl ===================================================================