[vlc-devel] commit: Typo (Christophe Mutricy )

git version control git at videolan.org
Sun Oct 25 23:07:44 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Oct 25 22:07:06 2009 +0000| [2d55ac821c1b75407cece163e9e20c19b49e4212] | committer: Christophe Mutricy 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d55ac821c1b75407cece163e9e20c19b49e4212
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index ed1995c..45b27bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
     ])
 
 




More information about the vlc-devel mailing list