]> git.sesse.net Git - vlc/blobdiff - src/misc/linux_specific.c
XCB: implement --screen-follow-mouse (closes #2977)
[vlc] / src / misc / linux_specific.c
index 322339b52ad80412c2ca3c463a8309161b98f6c4..79c880742b1dc4635f68a2899541e5b379cf5109 100644 (file)
@@ -91,7 +91,7 @@ void system_Init (libvlc_int_t *libvlc, int *argc, const char *argv[])
                "Please update to version 2.8 or newer.\n", stderr);
         fflush (stderr);
 #ifndef DISABLE_BUGGY_GLIBC_CHECK
-        //abort ();
+        abort ();
 #endif
     }
 #endif