Vinzenz Feenstra has uploaded a new change for review. Change subject: agent: Default value for configure should be without-dist ......................................................................
agent: Default value for configure should be without-dist Change-Id: Ie1f84f06f7a188e59c181a1190ab5a133873cee7 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M configure.ac 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/18/16918/1 diff --git a/configure.ac b/configure.ac index 280f663..908eb8e 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_ARG_WITH(dist, AS_HELP_STRING([--with-dist], [This configuration is for distribution creation only, default=no]), - dist=${withval}, dist=yes) + dist=${withval}, dist=no) AC_SUBST(dist) AC_ARG_WITH(gdm, AS_HELP_STRING([--with-gdm], -- To view, visit http://gerrit.ovirt.org/16918 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1f84f06f7a188e59c181a1190ab5a133873cee7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
