public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Yang Bo <phoooyb@gmail.com>
To: linux-nfs@vger.kernel.org
Subject: [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect.
Date: Mon, 05 Nov 2018 23:41:20 -0800 (PST)	[thread overview]
Message-ID: <5be145a0.1c69fb81.9f722.e02a@mx.google.com> (raw)

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


             reply	other threads:[~2018-11-06  7:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06  7:41 Yang Bo [this message]
2018-11-29 20:00 ` [PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect Steve Dickson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5be145a0.1c69fb81.9f722.e02a@mx.google.com \
    --to=phoooyb@gmail.com \
    --cc=linux-nfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox