Change in vdsm[master]: Add the missing --enable-rhev definition to configure.ac

msivak at redhat.com msivak at redhat.com
Tue Dec 2 13:58:54 UTC 2014


Martin Sivák has uploaded a new change for review.

Change subject: Add the missing --enable-rhev definition to configure.ac
......................................................................

Add the missing --enable-rhev definition to configure.ac

Change-Id: I3b253be2710bc979e3e14f1525f0157a0e65440f
Signed-off-by: Martin Sivak <msivak at redhat.com>
---
M configure.ac
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/96/35796/1

diff --git a/configure.ac b/configure.ac
index 32c2d90..71901ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,16 @@
     [enable_hooks="no"]
 )
 AM_CONDITIONAL([HOOKS], [test "${enable_hooks}" = "yes"])
+
+AC_ARG_ENABLE(
+    [rhev],
+    [AS_HELP_STRING(
+        [--enable-rhev],
+        [build RHEV version @<:@default=no@:>@]
+    )],
+    ,
+    [enable_rhev="no"]
+)
 AM_CONDITIONAL([RHEV], [test "${enable_rhev}" = "yes"])
 
 AC_ARG_ENABLE(


-- 
To view, visit http://gerrit.ovirt.org/35796
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b253be2710bc979e3e14f1525f0157a0e65440f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak at redhat.com>


More information about the vdsm-patches mailing list