fixed another problem
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 10 Dec 2001 15:19:19 +0000 (15:19 +0000)
committerThomas 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

index 4f47a41..527de24 100644 (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