]> git.sesse.net Git - vlc/blobdiff - src/posix/linux_specific.c
Remove useless config.h #define
[vlc] / src / posix / linux_specific.c
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