summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-07 06:15:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-07 06:15:12 +0000
commit5a4d4680ae6904da9fdd9b384fa7eaea2580626d (patch)
tree9c3f5586cd2f22a2fdd3b8f1bbe2cbfe55f6be67
parentac0d780ce532053747bdc6b1887e828ae4b05d5b (diff)
downloadgdk-pixbuf-5a4d4680ae6904da9fdd9b384fa7eaea2580626d.tar.gz
Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang
2005-04-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--configure.in2
4 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf82f47c1..713131c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index bf82f47c1..713131c9a 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,8 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index bf82f47c1..713131c9a 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,8 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
+ * configure.in: Replace an explicit pkg-config by
+ $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
+
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
diff --git a/configure.in b/configure.in
index fec169aa1..69ab1860a 100644
--- a/configure.in
+++ b/configure.in
@@ -1084,7 +1084,7 @@ if test "x$gdktarget" = "xx11"; then
if test $pango_omitted_x_deps = yes ; then
# Old versions of Xft didn't necessarily include -lX11 in the output
- x_libs="`pkg-config --libs xft` -lX11 $X_EXTRA_LIBS"
+ x_libs="`$PKG_CONFIG --libs xft` -lX11 $X_EXTRA_LIBS"
fi
## Strip the .la files