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
6fdb1920
Commit
6fdb1920
authored
Feb 20, 2008
by
Rémi Denis-Courmont
Browse files
Fix linking of libvlc
parent
1c0f708a
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6fdb1920
...
...
@@ -477,7 +477,7 @@ AC_FUNC_ALLOCA
AH_BOTTOM([#include <vlc_fixups.h>])
AC_CHECK_FUNC(mmap, [VLC_ADD_PLUGINS([access_mmap])])
AC_CHECK_FUNC
S
(mmap, [VLC_ADD_PLUGINS([access_mmap])])
AS_IF([test "${SYS}" = "linux"], [
AC_CHECK_FUNCS(tee)
...
...
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