Laszlo Ersek
2021-Oct-12 16:08 UTC
[Libguestfs] [virt-v2v PATCH] build: fix typo in "--enable-werror" help string
Fixes: af9251086030886580cd5243afabf726d5e50fdc Signed-off-by: Laszlo Ersek <lersek at redhat.com> --- m4/guestfs-c.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs-c.m4 b/m4/guestfs-c.m4 index 6b417c091c91..67a7f276df74 100644 --- a/m4/guestfs-c.m4 +++ b/m4/guestfs-c.m4 @@ -30,7 +30,7 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AM_PROG_CC_C_O AC_ARG_ENABLE([werror], - [AS_HELP_STRING([--enable-error], + [AS_HELP_STRING([--enable-werror], [turn on lots of GCC warnings (for developers)])], [case $enableval in yes|no) ;; -- 2.19.1.3.g30247aa5d201
Richard W.M. Jones
2021-Oct-12 17:54 UTC
[Libguestfs] [virt-v2v PATCH] build: fix typo in "--enable-werror" help string
On Tue, Oct 12, 2021 at 06:08:24PM +0200, Laszlo Ersek wrote:> Fixes: af9251086030886580cd5243afabf726d5e50fdc > Signed-off-by: Laszlo Ersek <lersek at redhat.com> > --- > m4/guestfs-c.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/m4/guestfs-c.m4 b/m4/guestfs-c.m4 > index 6b417c091c91..67a7f276df74 100644 > --- a/m4/guestfs-c.m4 > +++ b/m4/guestfs-c.m4 > @@ -30,7 +30,7 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) > AM_PROG_CC_C_O > > AC_ARG_ENABLE([werror], > - [AS_HELP_STRING([--enable-error], > + [AS_HELP_STRING([--enable-werror], > [turn on lots of GCC warnings (for developers)])], > [case $enableval in > yes|no) ;;ACK Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v