/[packages]/cauldron/alsa-utils/current/SOURCES/0003-configure.in-Fix-variable-name.patch
ViewVC logotype

Contents of /cauldron/alsa-utils/current/SOURCES/0003-configure.in-Fix-variable-name.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39185 - (show annotations) (download)
Tue Jan 25 16:56:18 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 1209 byte(s)
Backport mdv commit 632514 ( systemd support ( disable for now ) )
1 From 050407d000b1592a00b8782a961e8f6424df316e Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= <ozan@pardus.org.tr>
3 Date: Thu, 25 Nov 2010 09:36:37 +0200
4 Subject: [PATCH 3/4] configure.in: Fix variable name
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Fix variable name for --with-asound-state-dir as currently we have
10 to pass --with-ASOUND_STATE_DIR= which is wrong and inconsistent with
11 the other switches.
12
13 Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
14 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 ---
16 configure.in | 2 +-
17 1 files changed, 1 insertions(+), 1 deletions(-)
18
19 diff --git a/configure.in b/configure.in
20 index 58741ed..38a657b 100644
21 --- a/configure.in
22 +++ b/configure.in
23 @@ -276,7 +276,7 @@ if test "x$with_systemdsystemunitdir" != xno; then
24 fi
25 AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
26
27 -AC_ARG_WITH(ASOUND_STATE_DIR,
28 +AC_ARG_WITH([asound-state-dir],
29 AS_HELP_STRING([--with-asound-state-dir=DIR], [Directory to place asound.state file in]),
30 [ASOUND_STATE_DIR="$withval"],
31 [ASOUND_STATE_DIR="/var/lib/alsa"])
32 --
33 1.7.3.5
34

  ViewVC Help
Powered by ViewVC 1.1.30