projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb439a5
)
fixed another problem
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 10 Dec 2001 15:19:19 +0000
(15:19 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 10 Dec 2001 15:19:19 +0000
(15:19 +0000)
Original commit message from CVS:
fixed another problem
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4f47a41
..
527de24
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-81,7
+81,7
@@
else
fi
dnl fix pkg-config's broken default search path
-if test -z
$PKG_CONFIG_PATH
; then
+if test -z
"$PKG_CONFIG_PATH"
; then
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
fi
export PKG_CONFIG_PATH