[vlc-commits] configure: Fix description of font family options
Marvin Scholz
git at videolan.org
Tue Jul 10 20:08:28 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Jul 8 02:10:09 2018 +0200| [6b91f5059a8a46ef3147cb5ec8892c00e365fff5] | committer: Rémi Denis-Courmont
configure: Fix description of font family options
These options do not take the path but the name of the font.
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b91f5059a8a46ef3147cb5ec8892c00e365fff5
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 41f08aff8c..08aa60431b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3226,12 +3226,12 @@ AC_ARG_WITH([default-monospace-font],
AC_ARG_WITH([default-font-family],
AS_HELP_STRING([--with-default-font-family=NAME],
- [Path to the default font family]),
+ [Name of the default font family]),
[AC_DEFINE_UNQUOTED([DEFAULT_FAMILY],
"$withval", [Default font family])])
AC_ARG_WITH([default-monospace-font-family],
AS_HELP_STRING([--with-default-monospace-font-family=NAME],
- [Path to the default font family]),
+ [Name of the default font family]),
[AC_DEFINE_UNQUOTED([DEFAULT_MONOSPACE_FAMILY],
"$withval", [Default monospace font family])])
More information about the vlc-commits
mailing list