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

configure: remove a wrongly placed test

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 71c82ba2
...@@ -878,7 +878,7 @@ AS_IF([test "${enable_coverage}" != "no"], [ ...@@ -878,7 +878,7 @@ AS_IF([test "${enable_coverage}" != "no"], [
LDFLAGS="-lgcov ${LDFLAGS}" LDFLAGS="-lgcov ${LDFLAGS}"
]) ])
AS_IF([test "${SYS}" != "mingw32" -a test "${SYS}" != "os2"], [ AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "os2"], [
VLC_SAVE_FLAGS VLC_SAVE_FLAGS
CFLAGS="${CFLAGS} -fvisibility=hidden" CFLAGS="${CFLAGS} -fvisibility=hidden"
CXXFLAGS="${CXXFLAGS} -fvisibility=hidden" CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
......
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