]> git.sesse.net Git - vlc/commitdiff
Remove useless config.h #define
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 27 Nov 2011 19:58:17 +0000 (21:58 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 27 Nov 2011 19:58:17 +0000 (21:58 +0200)
configure.ac
src/posix/linux_specific.c

index a08d8429f94a1cdb536bccd89a57ee01ba39db6b..9344af9a357462c185e533058eddc4781b50dc6c 100644 (file)
@@ -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.])
   ])
 ])
 
index 1d1e9662ffeb11fb782d445e0617e5f9ca9da622..92ec1d0a770a3634b90766c4faf26f9ec856a542 100644 (file)
@@ -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