summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-05-27 16:39:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-05-27 16:39:55 +0000
commit1bd576b13291693093d9e28d5ae77a698e144b24 (patch)
treee02598065ea1ee58521bdadd19eb4bdab226726a /configure.in
parent50e0a307540676738ab4e7ffc8dd02fe5b2e5edb (diff)
downloadpango-1bd576b13291693093d9e28d5ae77a698e144b24.tar.gz
Fix typo for FreeType dependencies in the enable_explicit_deps case.
Tue May 27 12:36:50 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Fix typo for FreeType dependencies in the enable_explicit_deps case. (#113333, James Su)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 938b56d3..d99f1c58 100644
--- a/configure.in
+++ b/configure.in
@@ -632,7 +632,7 @@ AC_MSG_RESULT($enable_explicit_deps)
if test $enable_explicit_deps = yes ; then
PKGCONFIG_X_LIBS="$X_LIBS $X_EXTRA_LIBS"
PKGCONFIG_XFT_LIBS=$XFT_LIBS
- PKGCONFIG_FREETYPE_LIBS=$XFT_LIBS
+ PKGCONFIG_FREETYPE_LIBS=$FREETYPE_LIBS
else
PKGCONFIG_X_LIBS=
PKGCONFIG_XFT_LIBS=