summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-12-20 16:49:06 +0100
committerKalev Lember <klember@redhat.com>2016-12-20 17:51:25 +0100
commitfd307f373b05c7c75dffe2e4b80607a3bc51bd36 (patch)
tree95be85a51f054f88fa2766927c8a165fafe36d10
parent6e2f487de6996d1ef47c41b3a3899360156574a3 (diff)
downloadappstream-glib-wip/kalev/bz1368378.tar.gz
trivial: Fix --disable-fonts build optionwip/kalev/bz1368378
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a466058..309de48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ AM_CONDITIONAL(HAVE_GCAB, test x$enable_firmware = xyes)
AC_SUBST([GCAB_DEPENDENCY])
# font support (default enabled)
-AC_ARG_ENABLE(firmware, AS_HELP_STRING([--disable-fonts],[Disable font support]), enable_fonts=$enableval)
+AC_ARG_ENABLE(fonts, AS_HELP_STRING([--disable-fonts],[Disable font support]), enable_fonts=$enableval)
if test x$enable_fonts != xno; then
AC_DEFINE(HAVE_FONTS,[1], [Use fonts])
enable_fonts=yes