diff mbox series

[ovs-dev,ovn] Fix configure help string for ovs source/build path

Message ID 39fcd1a70060db91a6e7d7bfb2fa68777d3ce022.1567171150.git.lorenzo.bianconi@redhat.com
State Accepted
Headers show
Series [ovs-dev,ovn] Fix configure help string for ovs source/build path | expand

Commit Message

Lorenzo Bianconi Aug. 30, 2019, 1:21 p.m. UTC
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 acinclude.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Numan Siddique Sept. 3, 2019, 9:21 a.m. UTC | #1
On Fri, Aug 30, 2019 at 6:53 PM Lorenzo Bianconi <
lorenzo.bianconi@redhat.com> wrote:

> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
>

Thanks. I pushed this to master.

Numan


> ---
>  acinclude.m4 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index d5552d708..31e4f0b54 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -1212,10 +1212,10 @@ dnl
>  dnl Check for OVS sources
>  AC_DEFUN([OVN_CHECK_OVS], [
>    AC_ARG_WITH([ovs-source],
> -              [AC_HELP_STRING([--ovs-source=/path/to/ovs/src/dir],
> +              [AC_HELP_STRING([--with-ovs-source=/path/to/ovs/src/dir],
>                                [Specify the OVS src directory])])
>    AC_ARG_WITH([ovs-build],
> -              [AC_HELP_STRING([--ovs-build=/path/to/ovs/build/dir],
> +              [AC_HELP_STRING([--with-ovs-build=/path/to/ovs/build/dir],
>                                [Specify the OVS build directory])])
>
>    AC_MSG_CHECKING([for OVS source directory])
> --
> 2.21.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/acinclude.m4 b/acinclude.m4
index d5552d708..31e4f0b54 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1212,10 +1212,10 @@  dnl
 dnl Check for OVS sources
 AC_DEFUN([OVN_CHECK_OVS], [
   AC_ARG_WITH([ovs-source],
-              [AC_HELP_STRING([--ovs-source=/path/to/ovs/src/dir],
+              [AC_HELP_STRING([--with-ovs-source=/path/to/ovs/src/dir],
                               [Specify the OVS src directory])])
   AC_ARG_WITH([ovs-build],
-              [AC_HELP_STRING([--ovs-build=/path/to/ovs/build/dir],
+              [AC_HELP_STRING([--with-ovs-build=/path/to/ovs/build/dir],
                               [Specify the OVS build directory])])
 
   AC_MSG_CHECKING([for OVS source directory])