aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-26 00:07:57 +0200
committerBernd Kuhls <bernd.kuhls@t-online.de>2016-06-26 00:07:57 +0200
commitfe335050c01319cea8895727921b6e36a2a75653 (patch)
treee998b30ac4407470ae52f1601655afbe6673cecc /configure.ac
parentc25ded783c2419c7e7877e1095b92cb2f83bea1d (diff)
configure.ac: Fix typo in help text of non-free option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8cc0ba8d8b..45145b3c2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -371,7 +371,7 @@ AC_ARG_ENABLE([avahi],
AC_ARG_ENABLE([non-free],
[AS_HELP_STRING([--disable-non-free],
- [disable componentents with non-compliant licenses])],
+ [disable components with non-compliant licenses])],
[use_nonfree=$enableval],
[use_nonfree=yes])