[vlc-commits] Remove useless config.h #define

Rémi Denis-Courmont git at videolan.org
Sun Nov 27 20:59:04 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 27 21:58:17 2011 +0200| [b7f095620ec069e40295847019acedf27913b7ce] | committer: Rémi Denis-Courmont

Remove useless config.h #define

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7f095620ec069e40295847019acedf27913b7ce
---

 configure.ac               |    2 --
 src/posix/linux_specific.c |    3 ---
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index a08d842..9344af9 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 1d1e966..92ec1d0 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
 



More information about the vlc-commits mailing list