Use $PKG_CONFIG consistently. (#348740, Jeremy Lainé)

2006-08-06  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Use $PKG_CONFIG consistently.  (#348740,
	Jeremy Lainé)
This commit is contained in:
Matthias Clasen
2006-08-06 04:20:05 +00:00
committed by Matthias Clasen
parent a21deb2d2f
commit 85138a27a8
3 changed files with 8 additions and 2 deletions

View File

@ -1092,8 +1092,8 @@ if test "x$gdktarget" = "xx11"; then
if $PKG_CONFIG --exists x11 xext xrender; then
have_base_x_pc=true
X_PACKAGES="$X_PACKAGES x11 xext xrender"
x_libs="`pkg-config --libs x11 xext xrender`"
X_CFLAGS="`pkg-config --cflags x11 xext xrender`"
x_libs="`$PKG_CONFIG --libs x11 xext xrender`"
X_CFLAGS="`$PKG_CONFIG --cflags x11 xext xrender`"
# Strip out any .la files that pkg-config might give us (this happens
# with -uninstalled.pc files)