mirror of https://github.com/odrling/Aegisub
Remove a stray EOL ','.
Originally committed to SVN as r2719.
This commit is contained in:
parent
9c6780a33e
commit
ff7776233a
|
@ -331,7 +331,7 @@ if test "$agi_cv_with_fontconfig" = "no"; then
|
|||
AC_MSG_FAILURE([Please install a working Fontconfig library.])
|
||||
fi
|
||||
|
||||
AC_DEFINE(WITH_FONTCONFIG, 1, [Enable FontConfig support.]),
|
||||
AC_DEFINE(WITH_FONTCONFIG, 1, [Enable FontConfig support.])
|
||||
AC_SUBST(FONTCONFIG_CFLAGS)
|
||||
AC_SUBST(FONTCONFIG_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue