tools/configure: correct --enable-blktap1 help text
authorJan Beulich <JBeulich@suse.com>
Thu, 13 Feb 2014 12:57:43 +0000 (12:57 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Feb 2014 13:15:32 +0000 (13:15 +0000)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/configure
tools/configure.ac

index afc300091bf233eda8e7882ba20eb18111f11dd4..3f2eecf30412e21ae5828eaec8cea658d06e9734 100755 (executable)
@@ -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)
index 0754f0efd6bc9d0edddf3c9f6598e70241d59d6b..5083c7bba9601aa3ba59001fd815df3768d096c1 100644 (file)
@@ -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],