[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/configure: correct --enable-blktap1 help text
commit 42788ddd24a06bf05f0f2b5da1880ed89736bd7b Author: Jan Beulich <JBeulich@xxxxxxxx> AuthorDate: Thu Feb 13 12:57:43 2014 +0000 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Feb 13 13:15:32 2014 +0000 tools/configure: correct --enable-blktap1 help text Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/configure | 2 +- tools/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index afc3000..3f2eecf 100755 --- a/tools/configure +++ b/tools/configure @@ -1427,7 +1427,7 @@ Optional Features: --disable-seabios Disable SeaBIOS (default is ENABLED) --disable-debug Disable debug build of tools (default is ENABLED) --enable-xend Enable xend toolstack (default is DISABLED) - --enable-blktap1 Disable blktap1 tools (default is DISABLED) + --enable-blktap1 Enable blktap1 tools (default is DISABLED) --enable-qemu-traditional Enable qemu traditional device model, (DEFAULT is on for x86, otherwise off) diff --git a/tools/configure.ac b/tools/configure.ac index 0754f0e..5083c7b 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -58,7 +58,7 @@ AX_ARG_DEFAULT_ENABLE([rombios], [Disable ROM BIOS]) AX_ARG_DEFAULT_ENABLE([seabios], [Disable SeaBIOS]) AX_ARG_DEFAULT_ENABLE([debug], [Disable debug build of tools]) AX_ARG_DEFAULT_DISABLE([xend], [Enable xend toolstack]) -AX_ARG_DEFAULT_DISABLE([blktap1], [Disable blktap1 tools]) +AX_ARG_DEFAULT_DISABLE([blktap1], [Enable blktap1 tools]) AC_ARG_ENABLE([qemu-traditional], AS_HELP_STRING([--enable-qemu-traditional], -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |