From: handa Date: Thu, 3 Jun 2004 00:00:43 +0000 (+0000) Subject: Run freetype-config with --libs instead of X-Git-Tag: withdl~121 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc414c24daf3f77e2630f9a32c770adb1752e3bf;p=m17n%2Fm17n-lib.git Run freetype-config with --libs instead of --libtool. --- 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