Run freetype-config with --libs instead of
authorhanda <handa>
Thu, 3 Jun 2004 00:00:43 +0000 (00:00 +0000)
committerhanda <handa>
Thu, 3 Jun 2004 00:00:43 +0000 (00:00 +0000)
--libtool.

configure.ac

index 7d4bd64..de21bc4 100644 (file)
@@ -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