diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-26 00:07:57 +0200 |
---|---|---|
committer | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-26 00:07:57 +0200 |
commit | fe335050c01319cea8895727921b6e36a2a75653 (patch) | |
tree | e998b30ac4407470ae52f1601655afbe6673cecc /configure.ac | |
parent | c25ded783c2419c7e7877e1095b92cb2f83bea1d (diff) |
configure.ac: Fix typo in help text of non-free option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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]) |