linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect.
@ 2018-11-06  7:41 Yang Bo
  2018-11-29 20:00 ` Steve Dickson
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Bo @ 2018-11-06  7:41 UTC (permalink / raw)
  To: linux-nfs

Signed-off-by: Yang Bo <rslovers@yandex.com>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index cf1c4b9..3caeebc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,6 +155,8 @@ AC_ARG_WITH(rpcgen,
 	    do if test -f $p ; then RPCGEN_PATH=$p ; break; fi ; done
 	elif test "$rpcgen_path" != "internal"; then
 	    RPCGEN_PATH=$rpcgen_path
+	else
+	    RPCGEN_PATH=internal
 	fi
 	AC_SUBST(RPCGEN_PATH)
 	AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "internal"])
-- 
2.16.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect.
  2018-11-06  7:41 [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect Yang Bo
@ 2018-11-29 20:00 ` Steve Dickson
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2018-11-29 20:00 UTC (permalink / raw)
  To: Yang Bo, linux-nfs



On 11/6/18 2:41 AM, Yang Bo wrote:
> Signed-off-by: Yang Bo <rslovers@yandex.com>
Committed... Boy I didn't think the internal rpcgen
was being used or could be used ;-) 

Thanks for the patches!

steved. 
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index cf1c4b9..3caeebc 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -155,6 +155,8 @@ AC_ARG_WITH(rpcgen,
>  	    do if test -f $p ; then RPCGEN_PATH=$p ; break; fi ; done
>  	elif test "$rpcgen_path" != "internal"; then
>  	    RPCGEN_PATH=$rpcgen_path
> +	else
> +	    RPCGEN_PATH=internal
>  	fi
>  	AC_SUBST(RPCGEN_PATH)
>  	AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" = "internal"])
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-29 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06  7:41 [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect Yang Bo
2018-11-29 20:00 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).