diff mbox

Fix systemd autotools activation option

Message ID 1424627104-22639-1-git-send-email-aurelien@chabot.fr (mailing list archive)
State New, archived
Headers show

Commit Message

Aurélien Chabot Feb. 22, 2015, 5:45 p.m. UTC
The option to activate the install of systemd service files was never
taken into account.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

Comments

Steve Dickson Feb. 26, 2015, 7:35 p.m. UTC | #1
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)
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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)