The attached patch fixes the build of git HEAD on RHEL5 for me.
AM_COND_IF is a very handy construct that is not present on old automake systems such as the one in RHEL5.
The original author of the code is Ralf Corsepius <rc040203 -at- freenet.de>
On 11/15/2012 08:55 PM, Jakub Hrozek wrote:
The attached patch fixes the build of git HEAD on RHEL5 for me.
AM_COND_IF is a very handy construct that is not present on old automake systems such as the one in RHEL5.
The original author of the code is Ralf Corsepius <rc040203 -at- freenet.de>
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ack.
It fixes the built issue on RHEL5 and nothing seems to be broken on both RHEL5 and Fedora 17 (but the implementation of AM_COND_IF is a dark magic for me).
Thanks Michal
On Fri, Nov 16, 2012 at 06:15:14PM +0100, Michal Židek wrote:
On 11/15/2012 08:55 PM, Jakub Hrozek wrote:
The attached patch fixes the build of git HEAD on RHEL5 for me.
AM_COND_IF is a very handy construct that is not present on old automake systems such as the one in RHEL5.
The original author of the code is Ralf Corsepius <rc040203 -at- freenet.de>
sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
Ack.
It fixes the built issue on RHEL5 and nothing seems to be broken on both RHEL5 and Fedora 17 (but the implementation of AM_COND_IF is a dark magic for me).
That's fine, nobody fully understands the arcane arts of Autotools.
The patch unblocks the RHEL-5 builds and there was a user yesterday on #sssd who was asking for them.
Pushed to master and sssd-1-9
sssd-devel@lists.fedorahosted.org