]> git.alsa-project.org Git - alsa-utils.git/commitdiff
configure.in: Fix variable name
authorOzan Çağlayan <ozan@pardus.org.tr>
Thu, 25 Nov 2010 07:36:37 +0000 (09:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Nov 2010 07:33:39 +0000 (08:33 +0100)
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>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in

index 94a2b17e9da2969ac2b14d84b24efd79ea06ab01..77778da093090759f76974c35d334e092d3781f2 100644 (file)
@@ -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"])