From b7f095620ec069e40295847019acedf27913b7ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 27 Nov 2011 21:58:17 +0200 Subject: [PATCH] Remove useless config.h #define --- configure.ac | 2 -- src/posix/linux_specific.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index a08d8429f9..9344af9a35 100644 --- a/configure.ac +++ b/configure.ac @@ -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.]) ]) ]) diff --git a/src/posix/linux_specific.c b/src/posix/linux_specific.c index 1d1e9662ff..92ec1d0a77 100644 --- a/src/posix/linux_specific.c +++ b/src/posix/linux_specific.c @@ -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 -- 2.39.2