Remove a stray EOL ','.
Originally committed to SVN as r2719.
This commit is contained in:
parent
9c6780a33e
commit
ff7776233a
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ if test "$agi_cv_with_fontconfig" = "no"; then
|
||||||
AC_MSG_FAILURE([Please install a working Fontconfig library.])
|
AC_MSG_FAILURE([Please install a working Fontconfig library.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE(WITH_FONTCONFIG, 1, [Enable FontConfig support.]),
|
AC_DEFINE(WITH_FONTCONFIG, 1, [Enable FontConfig support.])
|
||||||
AC_SUBST(FONTCONFIG_CFLAGS)
|
AC_SUBST(FONTCONFIG_CFLAGS)
|
||||||
AC_SUBST(FONTCONFIG_LIBS)
|
AC_SUBST(FONTCONFIG_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue