aboutsummaryrefslogtreecommitdiff
path: root/freetype/builds/unix/freetype-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/builds/unix/freetype-config.in')
-rw-r--r--freetype/builds/unix/freetype-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype/builds/unix/freetype-config.in b/freetype/builds/unix/freetype-config.in
index 41c3a8807..ebc311f07 100644
--- a/freetype/builds/unix/freetype-config.in
+++ b/freetype/builds/unix/freetype-config.in
@@ -142,7 +142,7 @@ if test "$echo_cflags" = "yes" ; then
fi
if test "$echo_libs" = "yes" ; then
- libs="%LIBS_CONFIG%"
+ libs="-lfreetype"
staticlibs="%LIBSSTATIC_CONFIG%"
if test "$show_static" = "yes" ; then
libs="$staticlibs"