Nir Soffer has posted comments on this change.

Change subject: build: Cleanup conditionals in the build system
......................................................................


Patch Set 11:

(1 comment)

https://gerrit.ovirt.org/#/c/48446/11/configure.ac
File configure.ac:

Line 52:     ,
Line 53:     [enable_hooks="no"]
Line 54: )
Line 55: AM_CONDITIONAL([HOOKS], [test "${enable_hooks}" = "yes"])
Line 56: AC_SUBST([HOOKS], ["${enable_hooks}"])
Will this work for getting 0 or 1?

    AC_SUBST([HOOKS], [test "${enable_hooks}" = "yes"])
Line 57: 
Line 58: AC_ARG_ENABLE(
Line 59:     [gluster-mgmt],
Line 60:     [AS_HELP_STRING(


-- 
To view, visit https://gerrit.ovirt.org/48446
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9c94d206eb94ba51752423831ce4e01214a6a6d3
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Barak Korren <bkor...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to