Remove c&p error in configure.ac that broke alsa as default
mic implementation.
This commit is contained in:
parent
76c3d62147
commit
e89cfe3a49
|
@ -96,7 +96,6 @@ HAVE_OPENAL=no
|
||||||
dnl - openal support
|
dnl - openal support
|
||||||
AC_ARG_ENABLE(openal,
|
AC_ARG_ENABLE(openal,
|
||||||
[AC_HELP_STRING(--enable-openal, enable experimental OpenAL microphone input)],
|
[AC_HELP_STRING(--enable-openal, enable experimental OpenAL microphone input)],
|
||||||
[openal=$enableval],
|
|
||||||
[openal=yes])
|
[openal=yes])
|
||||||
|
|
||||||
if test "x$openal" = "xyes" ; then
|
if test "x$openal" = "xyes" ; then
|
||||||
|
|
Loading…
Reference in New Issue