Project not found: home:dgarcia:python312:numeric

File 0017-configure.ac-Fix-systemd-autotools-activation-option.patch of Package nfs-utils.12699

From 578e44bd1778d70f677a3efedb49a072ee3483ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Chabot?= <aurelien@chabot.fr>
Date: Thu, 26 Feb 2015 14:30:50 -0500
Subject: [PATCH] configure.ac: Fix systemd autotools activation option

The option to activate the install of systemd service files
was never taken into account.

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8e427e3041ab..e61430f9e5f1 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)
-- 
2.3.0

openSUSE Build Service is sponsored by