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
89c3a705
Commit
89c3a705
authored
Jan 29, 2012
by
Rémi Denis-Courmont
Browse files
Fix configure again
This wouldn't happen if committers read the output from bootstrap.
parent
d285961c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
89c3a705
...
...
@@ -160,7 +160,9 @@ case "${host_os}" in
yes
#endif],
[AC_MSG_RESULT([yes])
AC_LIBOBJ([getdelim strndup strnlen])],)
AC_LIBOBJ([getdelim])
AC_LIBOBJ([strndup])
AC_LIBOBJ([strnlen])],)
dnl
dnl Check for Mac OS X SDK settings
...
...
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