aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-12-21 20:13:47 +0530
committerTakashi Iwai <tiwai@suse.de>2011-12-21 15:44:23 +0100
commit3f6ff2511b4cb622bd6a7f20eb47cc0d4533d6f9 (patch)
treef9feee6edea69adc15d7234aaf4cde1a70f054f1
parent8485a2bdc725b531794f277cd3e37973a8524830 (diff)
downloadsalsa-lib-3f6ff2511b4cb622bd6a7f20eb47cc0d4533d6f9.tar.gz
Fix 4bit enable/disable flag
The documentation and implementation disagree on the name of the switch.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6a55813..b72adf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,7 @@ AC_ARG_ENABLE(float,
[support floatin-point unit]),
support_float="$enableval", support_float="no")
-AC_ARG_ENABLE(support_4bit,
+AC_ARG_ENABLE(4bit,
AS_HELP_STRING([--disable-4bit],
[drop the support for 4bit PCM (IMA ADPCM)]),
support_4bit="$enableval", support_4bit="yes")