[Commit] fontconfig configure.in,1.40,1.41

Keith Packard commit at keithp.com
Wed Jun 25 17:21:05 PDT 2003


Committed by: keithp

Update of /local/src/CVS/fontconfig
In directory home.keithp.com:/tmp/cvs-serv25145

Modified Files:
	configure.in 
Log Message:
Lean on autoconf to find useful FreeType functions (bug 95)

Index: configure.in
===================================================================
RCS file: /local/src/CVS/fontconfig/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- configure.in	17 Jun 2003 18:28:19 -0000	1.40
+++ configure.in	25 Jun 2003 23:21:02 -0000	1.41
@@ -113,12 +113,15 @@
 AC_SUBST(FREETYPE_CFLAGS)
 
 #
-# Check to see whether we have FT_Get_First_Char(), new in 2.0.9
+# Check to see whether we have:
+#  FT_Get_Next_Char
+#  FT_Get_BDF_Property
+#  FT_Get_PS_Font_Info
 #
 
 fontconfig_save_libs=$LIBS
 LIBS="$LIBS $FREETYPE_LIBS"
-AC_CHECK_FUNCS(FT_Get_First_Char)
+AC_CHECK_FUNCS(FT_Get_Next_Char FT_Get_BDF_Property FT_Get_PS_Font_Info)
 LIBS=$fontconfig_save_libs
 
 #




More information about the Commit mailing list