Remove a stray EOL ','.

Originally committed to SVN as r2719.
This commit is contained in:
Amar Takhar 2009-02-03 05:28:39 +00:00
parent 9c6780a33e
commit ff7776233a

View file

@ -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)