blob: 63ed72c6b5520f12c3670cf780cde48fbc209998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- valgrind-3.11.0.orig/configure.ac 2015-09-22 22:26:31.000000000 +0200
+++ valgrind-3.11.0/configure.ac 2016-01-16 20:25:46.275096899 +0100
@@ -1066,8 +1066,6 @@ case "${GLIBC_VERSION}" in
;;
2.0|2.1|*)
AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}])
- AC_MSG_ERROR([Valgrind requires glibc version 2.2 or later,])
- AC_MSG_ERROR([Darwin libc, Bionic libc or Solaris libc])
;;
esac
|