summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--ChangeLog.pre-1-45
-rw-r--r--ChangeLog.pre-1-65
-rw-r--r--ChangeLog.pre-1-85
-rw-r--r--configure.in2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9dd6d4b..d8f0b334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
+
Tue May 27 12:32:43 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_context_new)
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index a9dd6d4b..d8f0b334 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+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)
+
Tue May 27 12:32:43 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_context_new)
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index a9dd6d4b..d8f0b334 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,8 @@
+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)
+
Tue May 27 12:32:43 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_context_new)
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index a9dd6d4b..d8f0b334 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,8 @@
+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)
+
Tue May 27 12:32:43 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_context_new)
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index a9dd6d4b..d8f0b334 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,8 @@
+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)
+
Tue May 27 12:32:43 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (pango_context_new)
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=