summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-12-20 16:49:06 +0100
committerRichard Hughes <richard@hughsie.com>2016-12-20 18:53:52 +0000
commitfcb201be7269248fcb5cab4fce7af2f260e51406 (patch)
tree95be85a51f054f88fa2766927c8a165fafe36d10
parentbd59c88669fb18f3991b5170857605c0ec7735fa (diff)
downloadappstream-glib-fcb201be7269248fcb5cab4fce7af2f260e51406.tar.gz
trivial: Fix --disable-fonts build option
-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