vlc | branch: master | KO Myung-Hun <[email protected]> | Wed Jan 30 16:34:50 
2013 +0900| [5f2c31f4c1e1a53a1aba629afb4066aa4defdd6a] | committer: 
Jean-Baptiste Kempf

configure: do not add -fvisibility=hidden flag on OS/2

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cb63660..6ee2a6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -878,7 +878,7 @@ AS_IF([test "${enable_coverage}" != "no"], [
   LDFLAGS="-lgcov ${LDFLAGS}"
 ])
 
-AS_IF([test "${SYS}" != "mingw32"], [
+AS_IF([test "${SYS}" != "mingw32" -a test "${SYS}" != "os2"], [
   VLC_SAVE_FLAGS
   CFLAGS="${CFLAGS} -fvisibility=hidden"
   CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to