From da1509cb68146a583647ef97634367162bc9d37c Mon Sep 17 00:00:00 2001 From: Nathan Ingersoll Date: Sun, 20 Jul 2003 04:18:09 +0000 Subject: [PATCH] Remove the attempt to link freetype1, use the linking information generated by the configure.in. SVN revision: 7190 --- imlib2-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imlib2-config.in b/imlib2-config.in index 64c775c..efa524e 100644 --- a/imlib2-config.in +++ b/imlib2-config.in @@ -46,7 +46,7 @@ while test $# -gt 0; do ;; --libs) libdirs=-L@libdir@ - echo $libdirs -lImlib2 -lttf -lm @dlopen_libs@ @x_ldflags@ @x_libs@ + echo $libdirs -lImlib2 @freetype_libs@ -lm @dlopen_libs@ @x_ldflags@ @x_libs@ ;; *) echo "${usage}" 1>&2