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 57cf1cd Issue 49156 - Add more IDs and fix docstrings new 5ce7f69 Issue 49162 - Only check event.m4 if nunc-stans is enabled
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: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 5ce7f69f5866e79b68080d329f9b8bd2d7efa3e7 Author: Mark Reynolds mreynolds@redhat.com Date: Thu Mar 9 10:03:40 2017 -0500
Issue 49162 - Only check event.m4 if nunc-stans is enabled
Description: We only want to process event.m4 if nunc-stans is enabled, otherwise it breaks builds on platforms that do not support nunc-stans
https://pagure.io/389-ds-base/issue/49162
Reviewed by: nhosoi(Thanks!) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 4e3e9fb..ebcffd5 100644 --- a/configure.ac +++ b/configure.ac @@ -289,6 +289,7 @@ AC_ARG_ENABLE(nunc_stans, AS_HELP_STRING([--enable-nunc-stans], [enable support for nunc-stans event framework (default: no)])) if test "$enable_nunc_stans" = yes ; then + m4_include(m4/event.m4) AC_MSG_RESULT(yes) AC_DEFINE([ENABLE_NUNC_STANS], [1], [enable support for nunc-stans event framework]) else @@ -752,7 +753,6 @@ m4_include(m4/selinux.m4) m4_include(m4/systemd.m4) m4_include(m4/cmocka.m4) m4_include(m4/doxygen.m4) -m4_include(m4/event.m4) m4_include(m4/tcmalloc.m4)
PACKAGE_BASE_VERSION=`echo $PACKAGE_VERSION | awk -F. '{print $1"."$2}'`
389-commits@lists.fedoraproject.org