[vlc-devel] [PATCH 35/41] Use static linking on OS/2
KO Myung-Hun
komh at chollian.net
Mon Oct 10 13:44:14 CEST 2011
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 48162ec..070b026 100644
--- a/configure.ac
+++ b/configure.ac
@@ -807,7 +807,7 @@ PKG_PROG_PKG_CONFIG()
dnl On some OS we need static linking
AS_IF([test -n "${PKG_CONFIG}" ],[
- AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "darwin" ],[
+ AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "darwin" -o "${SYS}" = "os2" ],[
PKG_CONFIG="${PKG_CONFIG} --static"
])
])
--
1.7.3.2
More information about the vlc-devel
mailing list