From: Steve Dickson <SteveD@redhat.com>
To: "Aurélien Chabot" <aurelien@chabot.fr>, linux-nfs@vger.kernel.org
Subject: Re: [PATCH] Fix systemd autotools activation option
Date: Thu, 26 Feb 2015 14:35:55 -0500 [thread overview]
Message-ID: <54EF759B.5000800@RedHat.com> (raw)
In-Reply-To: <1424627104-22639-1-git-send-email-aurelien@chabot.fr>
On 02/22/2015 12:45 PM, Aurélien Chabot wrote:
> The option to activate the install of systemd service files was never
> taken into account.
> ---
> configure.ac | 1 -
> 1 file changed, 1 deletion(-)
Committed!
steved.
>
> diff --git a/configure.ac b/configure.ac
> index 8e427e3..e61430f 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -60,7 +60,6 @@ AC_ARG_WITH(systemd,
> [AC_HELP_STRING([--with-systemd@<:@=unit-dir-path@:>@],
> [install systemd unit files @<:@Default: no, and path defaults to /usr/lib/systemd/system if not given@:>@])],
> test "$withval" = "no" && use_systemd=0 || unitdir=$withval use_systemd=1
> - use_systemd=0
> )
> AM_CONDITIONAL(INSTALL_SYSTEMD, [test "$use_systemd" = 1])
> AC_SUBST(unitdir)
>
prev parent reply other threads:[~2015-02-26 19:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-22 17:45 [PATCH] Fix systemd autotools activation option Aurélien Chabot
2015-02-26 19:35 ` Steve Dickson [this message]
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=54EF759B.5000800@RedHat.com \
--to=steved@redhat.com \
--cc=aurelien@chabot.fr \
--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;
as well as URLs for NNTP newsgroup(s).