[alsa-devel] [PATCH] configure.in: Fix variable name
Fix variable name for --with-asound-state-dir as currently we have to pass --with-ASOUND_STATE_DIR= which is wrong and inconsistent with the other switches.
Signed-off-by: Ozan Çağlayan ozan@pardus.org.tr --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in index 94a2b17..77778da 100644 --- a/configure.in +++ b/configure.in @@ -289,7 +289,7 @@ if test "x$with_systemdsystemunitdir" != xno; then fi AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
-AC_ARG_WITH(ASOUND_STATE_DIR, +AC_ARG_WITH([asound-state-dir], AS_HELP_STRING([--with-asound-state-dir=DIR], [Directory to place asound.state file in]), [ASOUND_STATE_DIR="$withval"], [ASOUND_STATE_DIR="/var/lib/alsa"])
At Thu, 25 Nov 2010 09:36:37 +0200, Ozan Çağlayan wrote:
Fix variable name for --with-asound-state-dir as currently we have to pass --with-ASOUND_STATE_DIR= which is wrong and inconsistent with the other switches.
Signed-off-by: Ozan Çağlayan ozan@pardus.org.tr
Thanks, applied now.
Takashi
configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in index 94a2b17..77778da 100644 --- a/configure.in +++ b/configure.in @@ -289,7 +289,7 @@ if test "x$with_systemdsystemunitdir" != xno; then fi AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
-AC_ARG_WITH(ASOUND_STATE_DIR, +AC_ARG_WITH([asound-state-dir], AS_HELP_STRING([--with-asound-state-dir=DIR], [Directory to place asound.state file in]), [ASOUND_STATE_DIR="$withval"], [ASOUND_STATE_DIR="/var/lib/alsa"]) -- 1.7.2.1
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Ozan Çağlayan
-
Takashi Iwai