From: wm4 Date: Wed, 9 Mar 2016 23:20:55 +0000 (+0100) Subject: configure.ac: add missing spaces to error message X-Git-Tag: 0.13.3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=790210f4ed8ecc8461b1550ef9b58c1045001e28;p=libass configure.ac: add missing spaces to error message --- diff --git a/configure.ac b/configure.ac index be26e8c..22ad103 100644 --- a/configure.ac +++ b/configure.ac @@ -243,8 +243,8 @@ if test x$enable_require_system_font_provider != xno && test x$coretext != xtrue then AC_MSG_ERROR([\ -Either DirectWrite (on Windows), CoreText (on OSX), or Fontconfig\ -(Linux, other) is required. If you really want to compile without\ +Either DirectWrite (on Windows), CoreText (on OSX), or Fontconfig \ +(Linux, other) is required. If you really want to compile without \ a system font provider, add --disable-require-system-font-provider]) fi