Commit 4dc26ab7 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

Use static linking on OS/2

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 36ff5023
...@@ -807,7 +807,7 @@ PKG_PROG_PKG_CONFIG() ...@@ -807,7 +807,7 @@ PKG_PROG_PKG_CONFIG()
dnl On some OS we need static linking dnl On some OS we need static linking
AS_IF([test -n "${PKG_CONFIG}" ],[ 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" PKG_CONFIG="${PKG_CONFIG} --static"
]) ])
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment