From 636d9e54ebcd8c03cdbdec01850874e6035dfa97 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 24 May 2004 13:11:42 +0000 Subject: [PATCH] Fix AC_CHECK_LIB arg for fontconfig. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e1119e8..9916774 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,7 @@ else LIBS="$LIBS $FONTCONFIG_LD_FLAGS" fi fi - AC_CHECK_LIB(fontconfig, HAVE_FONTCONFIG=yes, HAVE_FONTCONFIG=no) + AC_CHECK_LIB(fontconfig, FcInit, HAVE_FONTCONFIG=yes, HAVE_FONTCONFIG=no) AC_CHECK_HEADER(fontconfig/fontconfig.h, , HAVE_FONTCONFIG=no) fi if test "x$HAVE_FONTCONFIG" = "xyes"; then -- 1.7.10.4