Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
434cf8e4
Commit
434cf8e4
authored
Feb 03, 2013
by
KO Myung-Hun
Committed by
Rémi Denis-Courmont
Feb 03, 2013
Browse files
configure: remove a wrongly placed test
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
71c82ba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
434cf8e4
...
...
@@ -878,7 +878,7 @@ AS_IF([test "${enable_coverage}" != "no"], [
LDFLAGS="-lgcov ${LDFLAGS}"
])
AS_IF([test "${SYS}" != "mingw32" -a
test
"${SYS}" != "os2"], [
AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "os2"], [
VLC_SAVE_FLAGS
CFLAGS="${CFLAGS} -fvisibility=hidden"
CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment