[gs-cvs] rev 8540 - trunk/gs/src

ray at ghostscript.com ray at ghostscript.com
Sat Feb 23 14:26:02 PST 2008


Author: ray
Date: 2008-02-23 14:26:01 -0800 (Sat, 23 Feb 2008)
New Revision: 8540

Modified:
   trunk/gs/src/configure.ac
Log:
Fix typo that caused Cygwin build to fail if 'fontconfig' package was present.


Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac	2008-02-22 20:18:08 UTC (rev 8539)
+++ trunk/gs/src/configure.ac	2008-02-23 22:26:01 UTC (rev 8540)
@@ -232,7 +232,7 @@
 	if test -z "$HAVE_FONTCONFIG"; then
 		AC_CHECK_LIB([fontconfig], [FcInitLoadConfigAndFonts], [
 		  AC_CHECK_HEADER([fontconfig/fontconfig.h], [
-		    FONTCONFIG_LIBS="-lfontconfg"
+		    FONTCONFIG_LIBS="-lfontconfig"
 		    HAVE_FONTCONFIG="-DHAVE_FONTCONFIG"
 		  ])
 		])



More information about the gs-cvs mailing list