From fc414c24daf3f77e2630f9a32c770adb1752e3bf Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 3 Jun 2004 00:00:43 +0000 Subject: [PATCH] Run freetype-config with --libs instead of --libtool. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d4bd64..de21bc4 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ if test "x$HAVE_FREETYPE_CONFIG" = "xyes"; then HAVE_FREETYPE=no) LIBS="$save_LIBS" if test "x$HAVE_FREETYPE" = "xyes"; then - FREETYPE_LD_FLAGS=`freetype-config --libtool` + FREETYPE_LD_FLAGS=`freetype-config --libs` AC_DEFINE(HAVE_FREETYPE, 1, [Define to 1 if you have FreeType library and header file.]) fi -- 1.7.10.4