summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-10 00:20:55 +0100
committerwm4 <wm4@nowhere>2016-03-10 00:20:55 +0100
commit790210f4ed8ecc8461b1550ef9b58c1045001e28 (patch)
tree91a8a730a1c8264d0bcbbdb103904fdf4e15cab3
parent7c30feaa6906c5f392f6a1496462504b09fd8df0 (diff)
downloadlibass-790210f4ed8ecc8461b1550ef9b58c1045001e28.tar.bz2
libass-790210f4ed8ecc8461b1550ef9b58c1045001e28.tar.xz
configure.ac: add missing spaces to error message
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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