Fix AC_CHECK_LIB arg for fontconfig.
authorhanda <handa>
Mon, 24 May 2004 13:11:42 +0000 (13:11 +0000)
committerhanda <handa>
Mon, 24 May 2004 13:11:42 +0000 (13:11 +0000)
configure.ac

index e1119e8..9916774 100644 (file)
@@ -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