From b8f77ff99b61a96fc6d3c33705d70daa4f7ca604 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 9 Oct 2014 18:44:43 +0200 Subject: [PATCH] Fix typo in m4/xenstored.m4 Signed-off-by: Olaf Hering Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu Acked-by: Ian Campbell [ijc -- ran autogen.sh as requested] --- m4/xenstored.m4 | 2 +- tools/configure | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/m4/xenstored.m4 b/m4/xenstored.m4 index b268fc2b61..9c31a7f899 100644 --- a/m4/xenstored.m4 +++ b/m4/xenstored.m4 @@ -20,7 +20,7 @@ AC_ARG_WITH([xenstored], [This lets you choose which xenstore daemon you want, you have two options: the original xenstored written in C (xenstored) or the newer and robust one written in Ocaml (oxenstored). - The oxenstored daemon is the default but will but can only + The oxenstored daemon is the default but can only be used if you have ocaml library / build dependencies solved, if you have not specified a preference and do not have ocaml dependencies resolved we'll enable the C xenstored for you. If diff --git a/tools/configure b/tools/configure index db73fba2a4..2c76cb1ab8 100755 --- a/tools/configure +++ b/tools/configure @@ -1503,12 +1503,12 @@ Optional Packages: you have two options: the original xenstored written in C (xenstored) or the newer and robust one written in Ocaml (oxenstored). The oxenstored daemon is the - default but will but can only be used if you have - ocaml library / build dependencies solved, if you - have not specified a preference and do not have - ocaml dependencies resolved we'll enable the C - xenstored for you. If you ask for oxenstored we'll - complain until you resolve those dependencies + default but can only be used if you have ocaml + library / build dependencies solved, if you have not + specified a preference and do not have ocaml + dependencies resolved we'll enable the C xenstored + for you. If you ask for oxenstored we'll complain + until you resolve those dependencies --with-systemd set directory for systemd service files --with-systemd-modules-load set directory for systemd modules load files -- 2.39.5