Skip to content

Commit

Permalink
configure: do not add -fvisibility=hidden flag on OS/2
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
komh authored and jbkempf committed Jan 30, 2013
1 parent 1d7d3a9 commit 5f2c31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f2c31f

Please sign in to comment.