21 Dec
2011
21 Dec
'11
4:45 p.m.
At Wed, 21 Dec 2011 20:13:47 +0530, Arun Raghavan wrote:
The documentation and implementation disagree on the name of the switch.
Thanks, applied now.
Takashi
configure.ac | 2 +- 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") -- 1.7.8