]> git.sesse.net Git - vlc/blobdiff - configure.ac
Typo
[vlc] / configure.ac
index ed1995c16a0c4095f030c21ecc27f95d1d1cfa8d..45b27bfd3ff1e99cc33c39777261a08409b30e6c 100644 (file)
@@ -934,7 +934,7 @@ PKG_PROG_PKG_CONFIG()
 
 dnl On some OS we need static linking 
 AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "darwin" ],[
-       PKG_CONFIG = "${PKG_CONFIG} --static"
+       PKG_CONFIG="${PKG_CONFIG} --static"
     ])