From 5561f9707602bca1e768a58f9c2ff30d70586ead Mon Sep 17 00:00:00 2001 From: infirit Date: Sat, 13 Dec 2014 14:50:54 +0100 Subject: xsettings: Make fontconfig a hard dependency It's required lower down the GTK+ stack on Unices anyway, so there's no point in making it an option. Taken from GSD commit: f6257d7e81aaa79dcd7430c0de092145f64f6146 From: Bastien Nocera --- configure.ac | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 39badec..e2811eb 100644 --- a/configure.ac +++ b/configure.ac @@ -228,12 +228,7 @@ dnl --------------------------------------------------------------------------- dnl - Fontconfig dnl --------------------------------------------------------------------------- -have_fontconfig=no -PKG_CHECK_MODULES(FONTCONFIG, fontconfig, - [AC_DEFINE(HAVE_FONTCONFIG, 1, [Define if Fontconfig functionality is available]) - have_fontconfig=yes], - [have_fontconfig=no]) -AM_CONDITIONAL(HAVE_FONTCONFIG, test x"$have_fontconfig" = "xyes") +PKG_CHECK_MODULES(FONTCONFIG, fontconfig) dnl --------------------------------------------------------------------------- dnl - Keyboard plugin stuff -- cgit v1.2.1