fixed another problem

Original commit message from CVS:
fixed another problem
This commit is contained in:
Thomas Vander Stichele 2001-12-10 15:19:19 +00:00
parent bb439a5cb7
commit ec63133648

View file

@ -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