From ff7776233aabc4f31ec0521d300ff6136498fe03 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 3 Feb 2009 05:28:39 +0000 Subject: [PATCH] Remove a stray EOL ','. Originally committed to SVN as r2719. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5c99dbeaf..b89df9d7f 100644 --- a/configure.in +++ b/configure.in @@ -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)