This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master in repository 389-ds-base.
from 28e4be0 Issue 49157 - ds-logpipe.py crashes for non-existing users new 6ce24c1 Issue 49176 - Remove tcmalloc restriction from s390x
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: m4/tcmalloc.m4 | 3 --- 1 file changed, 3 deletions(-)
This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master in repository 389-ds-base.
commit 6ce24c1faad57571106a2e912bcc38ded80f61cb Author: Mark Reynolds mreynolds@redhat.com Date: Mon Mar 20 13:42:08 2017 -0400
Issue 49176 - Remove tcmalloc restriction from s390x
Description: Fedora 25 s360x does provide the gperftools package, so there is no need to reject it in tcmalloc.md4
https://pagure.io/389-ds-base/issue/49176
Reviewed by: firstyear(Thanks!) --- m4/tcmalloc.m4 | 3 --- 1 file changed, 3 deletions(-)
diff --git a/m4/tcmalloc.m4 b/m4/tcmalloc.m4 index 4da8600..af8ac0a 100644 --- a/m4/tcmalloc.m4 +++ b/m4/tcmalloc.m4 @@ -22,9 +22,6 @@ AC_ARG_ENABLE(tcmalloc, AS_HELP_STRING([--enable-tcmalloc], [Enable tcmalloc bas s390-*-linux*) AC_MSG_ERROR([tcmalloc not support on s390]) ;; - s390x-*-linux*) - AC_MSG_ERROR([tcmalloc not support on s390x]) - ;; *) AC_MSG_CHECKING(for tcmalloc) if $PKG_CONFIG --exists libtcmalloc; then
389-commits@lists.fedoraproject.org