aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-05-27 18:06:07 +0200
committerTakashi Iwai <tiwai@suse.de>2011-05-27 18:06:07 +0200
commitd3694cd83f1d4ce075f8d8380dbad37a90680b73 (patch)
tree04c46f880c90eedfa7f38b0caf7632dd5e7d86a9
parentc60e0bb8d9ff77590bf127ea09f2258421973823 (diff)
downloadsalsa-lib-d3694cd83f1d4ce075f8d8380dbad37a90680b73.tar.gz
Fix a typo in configure.ac for support_4bit
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70c552b..6a55813 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(float,
+AC_ARG_ENABLE(support_4bit,
AS_HELP_STRING([--disable-4bit],
[drop the support for 4bit PCM (IMA ADPCM)]),
support_4bit="$enableval", support_4bit="yes")