Skip to content

Commit

Permalink
Add glibc 2.22 "support"
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremoreau committed Aug 15, 2015
1 parent a0c1b99 commit 243de7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.ac
Expand Up @@ -1025,6 +1025,13 @@ case "${GLIBC_VERSION}" in
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}" DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
;; ;;
2.22)
AC_MSG_RESULT(2.22 family)
AC_DEFINE([GLIBC_2_22], 1, [Define to 1 if you're using glibc 2.22.x])
DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
;;
darwin) darwin)
AC_MSG_RESULT(Darwin) AC_MSG_RESULT(Darwin)
AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin]) AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])
Expand Down

0 comments on commit 243de7f

Please sign in to comment.