Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b7f09562
Commit
b7f09562
authored
Nov 27, 2011
by
Rémi Denis-Courmont
Browse files
Remove useless config.h #define
parent
8f327be7
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b7f09562
...
...
@@ -486,8 +486,6 @@ AC_PREPROC_IFELSE([AC_LANG_SOURCE([
AC_MSG_ERROR([Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable
work-around for this. Check with your distribution vendor on how to update the
glibc run-time. Alternatively, build with --disable-nls.])
], [
AC_DEFINE(DISABLE_BUGGY_GLIBC_CHECK, 1, [Disables runtime check for buggy glibc.])
])
])
...
...
src/posix/linux_specific.c
View file @
b7f09562
...
...
@@ -101,9 +101,6 @@ void system_Init (void)
fputs
(
"LibVLC has detected an unusable buggy GNU/libc version.
\n
"
"Please update to version 2.8 or newer.
\n
"
,
stderr
);
fflush
(
stderr
);
#ifndef DISABLE_BUGGY_GLIBC_CHECK
abort
();
#endif
}
#endif
...
...
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